diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -855,6 +855,8 @@ union tree_node extern char *oballoc (); extern char *permalloc (); extern char *savealloc (); +extern char *xmalloc (); +extern void free (); /* Lowest level primitive for allocating a node. The TREE_CODE is the only argument. Contents are initialized |