diff options
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index a90ec9b..98d51be 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -37,7 +37,7 @@ alloc_node (table) hash_table *table; { cpp_hashnode *node; - + node = (cpp_hashnode *) obstack_alloc (&table->pfile->hash_ob, sizeof (cpp_hashnode)); memset ((PTR) node, 0, sizeof (cpp_hashnode)); |