diff options
author | Richard Henderson <rth@redhat.com> | 2005-11-26 14:31:12 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-11-26 14:31:12 -0800 |
commit | 75ce3d489ce44d6eeb8e59d88d76eb6d4682bbd1 (patch) | |
tree | 5703faf1ece630500fe3307d28bde4060c47e721 /gcc/c-pragma.h | |
parent | 37d3243dadc9c18a234d04716873b717efa93ae8 (diff) | |
download | gcc-75ce3d489ce44d6eeb8e59d88d76eb6d4682bbd1.tar.gz |
c-lex.c (pragma_lex): Rename from c_lex.
* c-lex.c (pragma_lex): Rename from c_lex.
* c-pch.c: Update for pragma_lex rename.
* c-pragma.c, c-pragma.h, config/ia64/ia64-c.c: Likewise.
* config/m32c/m32c-pragma.c, config/darwin-c.c: Likewise.
* config/rs6000/rs6000-c.c, config/c4x/c4x-c.c: Likewise.
* config/sol2-c.c, config/v850/v850-c.c: Likewise.
* doc/tm.texi: Likewise.
cp/
* lex.c: Update for pragma_lex rename.
* parser.c: Likewise.
From-SVN: r107544
Diffstat (limited to 'gcc/c-pragma.h')
-rw-r--r-- | gcc/c-pragma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index 749782dd56a..057aca6ecde 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -64,7 +64,7 @@ extern void maybe_apply_pending_pragma_weaks (void); extern tree maybe_apply_renaming_pragma (tree, tree); extern void add_to_renaming_pragma_list (tree, tree); -extern enum cpp_ttype c_lex (tree *); +extern enum cpp_ttype pragma_lex (tree *); extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *); /* If 1, then lex strings into the execution character set. |