diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 61027f2..16e8dfe 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -99,7 +99,7 @@ struct cpp_macro /* If macro defined in system header. */ unsigned int syshdr : 1; - /* Non-zero if it has been expanded or had its existence tested. */ + /* Nonzero if it has been expanded or had its existence tested. */ unsigned int used : 1; }; @@ -141,7 +141,7 @@ struct search_path of an earlier directory on the search path. */ ino_t ino; dev_t dev; - /* Non-zero if it is a system include directory. */ + /* Nonzero if it is a system include directory. */ int sysp; /* Mapping of file names for this directory. Only used on MS-DOS and related platforms. */ @@ -372,7 +372,7 @@ struct cpp_reader tokenrun base_run, *cur_run; unsigned int lookaheads; - /* Non-zero prevents the lexer from re-using the token runs. */ + /* Nonzero prevents the lexer from re-using the token runs. */ unsigned int keep_tokens; /* Error counter for exit code. */ |