diff options
Diffstat (limited to 'LuaSL/src')
-rw-r--r-- | LuaSL/src/LuaSL_lemon_yaccer.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LuaSL/src/LuaSL_lemon_yaccer.y b/LuaSL/src/LuaSL_lemon_yaccer.y index 325170f..f67b9d1 100644 --- a/LuaSL/src/LuaSL_lemon_yaccer.y +++ b/LuaSL/src/LuaSL_lemon_yaccer.y | |||
@@ -212,8 +212,8 @@ LSL_lemon Stack: script | |||
212 | 212 | ||
213 | 213 | ||
214 | Results in - | 214 | Results in - |
215 | integer {Checking} = | 215 | integer Checking = |
216 | integer {FALSE} = 0; // whether doing consistency check | 216 | integer FALSE = 0; // whether doing consistency check |
217 | 217 | ||
218 | Instead of - | 218 | Instead of - |
219 | integer Checking = FALSE; // whether doing consistency check | 219 | integer Checking = FALSE; // whether doing consistency check |