]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
gcc, you're annoying
authorWolfgang Bumiller <wry.git@bumiller.com>
Sun, 1 Dec 2013 14:49:52 +0000 (15:49 +0100)
committerWolfgang Bumiller <wry.git@bumiller.com>
Sun, 1 Dec 2013 14:49:52 +0000 (15:49 +0100)
ast.h

diff --git a/ast.h b/ast.h
index 9acaf6326b20967634669e7037384ebdd6e88c2e..7f1849db20d5a081464f3e5eac4c4cc76cbe7058 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -102,7 +102,7 @@ enum {
     TYPE_ast_argpipe      /* 21 */
 };
 
-static const char *ast_node_type_name[] = {
+static const char * const ast_node_type_name[] = {
     "node",
     "expression",
     "value",