aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/src/LuaSL_lemon_yaccer.y
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-05 10:39:25 +1000
committerDavid Walter Seikel2012-02-05 10:39:25 +1000
commitffa3618a3cfcb5298e00ec9df02253426c62cf12 (patch)
tree9cb06521f22e6cd90729e8a74c879f537549f6d6 /LuaSL/src/LuaSL_lemon_yaccer.y
parentSlightly less half arsed. lol (diff)
downloadSledjHamr-ffa3618a3cfcb5298e00ec9df02253426c62cf12.zip
SledjHamr-ffa3618a3cfcb5298e00ec9df02253426c62cf12.tar.gz
SledjHamr-ffa3618a3cfcb5298e00ec9df02253426c62cf12.tar.bz2
SledjHamr-ffa3618a3cfcb5298e00ec9df02253426c62cf12.tar.xz
White space clean up.
Diffstat (limited to '')
-rw-r--r--LuaSL/src/LuaSL_lemon_yaccer.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/LuaSL/src/LuaSL_lemon_yaccer.y b/LuaSL/src/LuaSL_lemon_yaccer.y
index 71d4399..1ac3cc8 100644
--- a/LuaSL/src/LuaSL_lemon_yaccer.y
+++ b/LuaSL/src/LuaSL_lemon_yaccer.y
@@ -1,5 +1,6 @@
1%include { 1%include
2#include "LuaSL.h" 2{
3 #include "LuaSL.h"
3} 4}
4 5
5%extra_argument {LuaSL_compiler *compiler} 6%extra_argument {LuaSL_compiler *compiler}
@@ -272,4 +273,3 @@ expr(A) ::= LSL_STRING(B). { B->basicType = OT_string; A = B; }
272%endif 273%endif
273 274
274*/ 275*/
275