close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Sep 14, 2009, 8:33:18 AM (16 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
accepted
-
initial
|
v2
|
|
1 | 1 | If you compile this function makes TOL break down with no error message. |
2 | | --------------------------------------------------------------- |
| 2 | {{{ |
3 | 3 | Set GrammarSet(Text nameStruct) |
4 | 4 | { |
… |
… |
|
21 | 21 | grammarSet |
22 | 22 | }; |
23 | | --------------------------------------------------------------- |
| 23 | }}} |
| 24 | |
24 | 25 | Actually, there is a syntax error in the last condition clause. There is a missing comma. |