diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3021,7 +3021,7 @@ extern void fancy_abort (const char *, int, const char *) #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__) /* Enum and arrays used for tree allocation stats. - Keep in sync with tree.c:tree_node_kind_names. */ + Keep in sync with tree.c:tree_node_kind_names. */ typedef enum { d_kind, |