aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.demon.co.uk>2001-05-22 07:23:37 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-05-22 07:23:37 +0000
commit083e9f9217548607ffd2655a2a89341b78fe06c2 (patch)
tree04db4302bc987e3271205fe750e45aff9855d0e2 /gcc/tree.h
parentbada7cdabb47290572d233d2df0c2ae3d5d9427e (diff)
downloadgcc-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 622eed3..bea25d0 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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. */