diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-25 19:32:36 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-04-25 19:32:36 +0000 |
commit | c5a047348d810987513ce54c6533c1314ad19593 (patch) | |
tree | 5a047961b22821bc1f9f0aa156612fd5c002d95c /gcc/cpphash.h | |
parent | e0075d846d4a4bbcb3a5114bdc8f4f130bf819b1 (diff) | |
download | gcc-c5a047348d810987513ce54c6533c1314ad19593.zip gcc-c5a047348d810987513ce54c6533c1314ad19593.tar.gz gcc-c5a047348d810987513ce54c6533c1314ad19593.tar.bz2 |
[multiple changes]
2000-04-25 Zack Weinberg <zack@wolery.cumb.org>
* cpplib.h (struct cpp_buffer): Add 'mapped' flag; fix
commentary.
2000-04-25 Neil Booth <NeilB@earthling.net>
Restore previous patch, plus the following fixes:
* cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in
flags, not CPP_OPEN_PAREN.
* cpplex.c (expand_token_space, init_token_list,
cpp_free_token_list): Put the dummy token at list->tokens[-1].
(_cpp_lex_line, _cpp_lex_file): token list is 0-based.
From-SVN: r33419
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 78185f2..2d2ea8d 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -317,5 +317,6 @@ extern void _cpp_scan_line PARAMS ((cpp_reader *, cpp_toklist *)); /* In cpplib.c */ extern int _cpp_handle_directive PARAMS ((cpp_reader *)); extern void _cpp_handle_eof PARAMS ((cpp_reader *)); +extern void _cpp_check_directive PARAMS((cpp_toklist *, cpp_token *)); #endif |