diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2001-05-22 07:23:37 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-05-22 07:23:37 +0000 |
commit | 083e9f9217548607ffd2655a2a89341b78fe06c2 (patch) | |
tree | 04db4302bc987e3271205fe750e45aff9855d0e2 /gcc/tree.h | |
parent | bada7cdabb47290572d233d2df0c2ae3d5d9427e (diff) | |
download | gcc-083e9f9217548607ffd2655a2a89341b78fe06c2.zip gcc-083e9f9217548607ffd2655a2a89341b78fe06c2.tar.gz gcc-083e9f9217548607ffd2655a2a89341b78fe06c2.tar.bz2 |
c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.
* c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.
* stringpool.c: (IS_FE_IDENT, make_identifier): Delete.
(maybe_get_identifier): Update.
* tree.h (make_identifier): Delete.
From-SVN: r42432
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1958,10 +1958,6 @@ extern tree make_tree_vec PARAMS ((int)); extern tree get_identifier PARAMS ((const char *)); -/* NODE is an identifier known to the preprocessor. Make it known to - the front ends as well. */ -extern void make_identifier PARAMS ((tree node)); - /* If an identifier with the name TEXT (a null-terminated string) has previously been referred to, return that node; otherwise return NULL_TREE. */ |