From bdc0af826acb0fba93b2d0f5b1bb528fb8334c5b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sun, 1 Dec 2013 15:49:52 +0100 Subject: [PATCH] gcc, you're annoying --- ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ast.h b/ast.h index 9acaf63..7f1849d 100644 --- 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", -- 2.39.2