From 17d052c15feda68e25cd4e2f33fbf1cc2d93a553 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 8 Nov 2010 15:01:05 +0000 Subject: [PATCH] allow const static --- src/monkey/seaspider/C.jj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monkey/seaspider/C.jj b/src/monkey/seaspider/C.jj index ebbaece17..86e000cb5 100644 --- a/src/monkey/seaspider/C.jj +++ b/src/monkey/seaspider/C.jj @@ -261,7 +261,7 @@ void VariableDeclaration() : {} void LocalVariableDeclaration() : {} { - [ ] VariableDeclaration () + [ ] [ ] VariableDeclaration () } void VariableClassSpecifier() : {} -- 2.25.1