allow const static
authorChristian Grothoff <christian@grothoff.org>
Mon, 8 Nov 2010 15:01:05 +0000 (15:01 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 8 Nov 2010 15:01:05 +0000 (15:01 +0000)
src/monkey/seaspider/C.jj

index ebbaece17ce35d2eb8208c10ef7306acff5bef5b..86e000cb50bc13ce52791b8e7257841ed8ae2ae4 100644 (file)
@@ -261,7 +261,7 @@ void VariableDeclaration() : {}
 
 void LocalVariableDeclaration() : {}
 {
-       [ <STATIC> ] VariableDeclaration () 
+       [ <CONST> ] [ <STATIC> ] VariableDeclaration () 
 }
 
 void VariableClassSpecifier() : {}