fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 12 Nov 2010 11:02:30 +0000 (11:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 12 Nov 2010 11:02:30 +0000 (11:02 +0000)
src/monkey/seaspider/C.jj

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