aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index f0c55e0..02d2ee9 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -53,19 +53,19 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Each tree code class has an associated string representation.
These must correspond to the tree_code_class entries. */
-const char* tree_code_class_strings[] =
- {
- "exceptional",
- "constant",
- "type",
- "declaration",
- "reference",
- "comparison",
- "unary",
- "binary",
- "statement",
- "expression",
- };
+const char *const tree_code_class_strings[] =
+{
+ "exceptional",
+ "constant",
+ "type",
+ "declaration",
+ "reference",
+ "comparison",
+ "unary",
+ "binary",
+ "statement",
+ "expression",
+};
/* obstack.[ch] explicitly declined to prototype this. */
extern int _obstack_allocated_p (struct obstack *h, void *obj);