aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2004-09-18 00:43:42 +0000
committerZack Weinberg <zack@gcc.gnu.org>2004-09-18 00:43:42 +0000
commitb85e3643cc19d5204966f0fef82c9a941b208097 (patch)
tree0550304fa1f5415b76bc3b142cfc32bd8bb017c9 /gcc/tree.h
parente407d8cb49a33f1e74d5db49217841e12b1e0c12 (diff)
downloadgcc-b85e3643cc19d5204966f0fef82c9a941b208097.zip
gcc-b85e3643cc19d5204966f0fef82c9a941b208097.tar.gz
gcc-b85e3643cc19d5204966f0fef82c9a941b208097.tar.bz2
tree.c, tree.h (tree_class_strings): Make array const.
* tree.c, tree.h (tree_class_strings): Make array const. Reindent per coding convention. Move asterisk to proper place per coding convention. From-SVN: r87685
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 83f90b7..289d275 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -65,7 +65,7 @@ enum tree_code_class {
/* Each tree code class has an associated string representation.
These must correspond to the tree_code_class entries. */
-extern const char* tree_code_class_strings[];
+extern const char *const tree_code_class_strings[];
/* Returns the string representing CLASS. */