Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(119)

Unified Diff: src/cmd/cc/cc.h

Issue 198044: code review 198044: Avoid overflow of include and define buffers in 5a/6a/8... (Closed)
Patch Set: code review 198044: Avoid overflow of include and define buffers in 5a/6a/8... Created 15 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/8a/lex.c ('k') | src/cmd/cc/lex.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/cmd/cc/cc.h
===================================================================
--- a/src/cmd/cc/cc.h
+++ b/src/cmd/cc/cc.h
@@ -475,7 +475,7 @@
EXTERN int fperror;
EXTERN Sym* hash[NHASH];
EXTERN char* hunk;
-EXTERN char* include[20];
+EXTERN char** include;
EXTERN Io* iofree;
EXTERN Io* ionext;
EXTERN Io* iostack;
« no previous file with comments | « src/cmd/8a/lex.c ('k') | src/cmd/cc/lex.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b