diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-26 16:26:05 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-26 16:26:05 (GMT) |
commit | 798d2343d01b7477937406f3569110672d1f7cf4 (patch) | |
tree | 05d4b8695d761f8660e0bb52f2b032e799c65603 | |
parent | 30682d9fb4fdb256fd5da4dcf337da920f5197f6 (diff) |
Clifford Wolf:
Fixed small problem with parser grammar
git-svn-id: http://svn.clifford.at/openscad/trunk@80 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ statement: module->functions[$2] = func; free($2); delete $4; - } ; + } ';' ; module_instantciation: single_module_instantciation ';' { |