aboutsummaryrefslogtreecommitdiff
path: root/src/monkey
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-12 11:02:30 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-12 11:02:30 +0000
commit303817bf030ecf0dad80523fed46fe7604234fef (patch)
treefa04f35db621692b0075f5e7df569445accbbcf3 /src/monkey
parent15ac26c9d907f388097093b665bada80b3bb9581 (diff)
downloadgnunet-303817bf030ecf0dad80523fed46fe7604234fef.tar.gz
gnunet-303817bf030ecf0dad80523fed46fe7604234fef.zip
fix
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() : {}