aboutsummaryrefslogtreecommitdiff
path: root/src/monkey
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey')
-rw-r--r--src/monkey/seaspider/C.jj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkey/seaspider/C.jj b/src/monkey/seaspider/C.jj
index 86e000cb5..ebbaece17 100644
--- a/src/monkey/seaspider/C.jj
+++ b/src/monkey/seaspider/C.jj
@@ -261,7 +261,7 @@ void VariableDeclaration() : {}
261 261
262void LocalVariableDeclaration() : {} 262void LocalVariableDeclaration() : {}
263{ 263{
264 [ <CONST> ] [ <STATIC> ] VariableDeclaration () 264 [ <STATIC> ] VariableDeclaration ()
265} 265}
266 266
267void VariableClassSpecifier() : {} 267void VariableClassSpecifier() : {}