projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15ac26c
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Fri, 12 Nov 2010 11:02:30 +0000
(11:02 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 12 Nov 2010 11:02:30 +0000
(11:02 +0000)
src/monkey/seaspider/C.jj
patch
|
blob
|
history
diff --git
a/src/monkey/seaspider/C.jj
b/src/monkey/seaspider/C.jj
index 86e000cb50bc13ce52791b8e7257841ed8ae2ae4..ebbaece17ce35d2eb8208c10ef7306acff5bef5b 100644
(file)
--- a/
src/monkey/seaspider/C.jj
+++ b/
src/monkey/seaspider/C.jj
@@
-261,7
+261,7
@@
void VariableDeclaration() : {}
void LocalVariableDeclaration() : {}
{
- [ <
CONST> ] [ <
STATIC> ] VariableDeclaration ()
+ [ <STATIC> ] VariableDeclaration ()
}
void VariableClassSpecifier() : {}