diff options
author | giovannibajo <giovannibajo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-29 04:19:01 +0000 |
---|---|---|
committer | giovannibajo <giovannibajo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-29 04:19:01 +0000 |
commit | fe097a110b1f18c2474a8e6625bdfddf056f05cb (patch) | |
tree | bdcb6c18c14de6bbdd958a178f077df71d4ad489 /gcc/c-pragma.h | |
parent | b934aacd22bd21e06308a437c5b750d17b518481 (diff) | |
download | gcc-fe097a110b1f18c2474a8e6625bdfddf056f05cb.tar.gz |
* c-lex.c (c_lex): Rename to...
(c_lex_with_flags): Add new parameter to get CPP flags.
(c_lex): Thunk to c_lex_with_flags while keeping the old interface.
* c-pragma.h (c_lex_with_flags): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76844 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r-- | gcc/c-pragma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index cea410b1580..7158722250d 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -55,5 +55,6 @@ extern tree maybe_apply_renaming_pragma (tree, tree); extern void add_to_renaming_pragma_list (tree, tree); extern int c_lex (tree *); +extern int c_lex_with_flags (tree *, unsigned char *); #endif /* GCC_C_PRAGMA_H */ |