summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/stringpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/stringpool.c')
-rw-r--r--contrib/gcc/stringpool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/stringpool.c b/contrib/gcc/stringpool.c
index e5b674a..6390486 100644
--- a/contrib/gcc/stringpool.c
+++ b/contrib/gcc/stringpool.c
@@ -110,7 +110,7 @@ get_identifier (text)
/* Identical to get_identifier, except that the length is assumed
known. */
-
+
tree
get_identifier_with_length (text, length)
const char *text;
@@ -158,7 +158,7 @@ mark_ident (pfile, h, v)
hashnode h;
const PTR v ATTRIBUTE_UNUSED;
{
- ggc_mark_nonnull_tree (HT_IDENT_TO_GCC_IDENT (h));
+ ggc_mark_tree (HT_IDENT_TO_GCC_IDENT (h));
return 1;
}
OpenPOWER on IntegriCloud