projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a7c2a
)
fix additional ;
author
Matthias Braun
<matze@braunis.de>
Thu, 2 Jun 2005 15:07:33 +0000
(15:07 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 2 Jun 2005 15:07:33 +0000
(15:07 +0000)
SVN-Revision: 2554
tools/miniswig/parser.yy
patch
|
blob
|
history
diff --git
a/tools/miniswig/parser.yy
b/tools/miniswig/parser.yy
index
d405dde
..
852892e
100644
(file)
--- a/
tools/miniswig/parser.yy
+++ b/
tools/miniswig/parser.yy
@@
-63,7
+63,7
@@
private:
%token <str> T_STRING
%token <str> T_ID
%token <atomic_type> T_ATOMIC_TYPE
-%token <_namespace> T_NAMESPACEREF
;
+%token <_namespace> T_NAMESPACEREF
%token T_CLASS
%token T_STRUCT
%token T_STATIC