diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-05-22 22:02:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-05-22 22:02:16 +0000 |
commit | df3834838116b327a61f5a9e271e54c75ad34085 (patch) | |
tree | d48c115c626bc1be9e16db74afd070b025a875ce /gcc/cpphash.h | |
parent | 2dd36f90d8c4f5b86667cbb11c86f6c790bd784b (diff) | |
download | gcc-df3834838116b327a61f5a9e271e54c75ad34085.zip gcc-df3834838116b327a61f5a9e271e54c75ad34085.tar.gz gcc-df3834838116b327a61f5a9e271e54c75ad34085.tar.bz2 |
cpperror.c: Fix formatting.
* cpperror.c: Fix formatting.
* cppexp.c: Likewise.
* cppfiles.c: Likewise.
* cpphash.c: Likewise.
* cpphash.h: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* cppmain.c: Likewise.
* cppspec.c: Likewise.
From-SVN: r53751
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 7be439f..a059e2b 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -173,7 +173,7 @@ struct lexer_state unsigned char poisoned_ok; /* Nonzero to prevent macro expansion. */ - unsigned char prevent_expansion; + unsigned char prevent_expansion; /* Nonzero when parsing arguments to a function-like macro. */ unsigned char parsing_args; @@ -338,7 +338,7 @@ struct cpp_reader /* Call backs. */ struct cpp_callbacks cb; - /* Identifier hash table. */ + /* Identifier hash table. */ struct ht *hash_table; /* Expression parser stack. */ |