Browse Source

goto is reserved apparently

Simon Krajewski 10 years ago
parent
commit
0b995e90d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      genlua.ml

+ 1 - 0
genlua.ml

@@ -76,6 +76,7 @@ let kwds =
 	    "end"; "false"; "for"; "function"; "if";
 	    "end"; "false"; "for"; "function"; "if";
 	    "in"; "local"; "nil"; "not"; "or"; "repeat";
 	    "in"; "local"; "nil"; "not"; "or"; "repeat";
 	    "return"; "then"; "true"; "until"; "while";
 	    "return"; "then"; "true"; "until"; "while";
+	    "goto"
 	];
 	];
 	h
 	h