main.cxx

changeset 44
6bbaebc472b5
parent 43
1b35c9985989
child 48
976c57f153b3
--- a/main.cxx	Sun Aug 12 03:23:33 2012 +0300
+++ b/main.cxx	Sun Aug 12 04:10:25 2012 +0300
@@ -57,6 +57,7 @@
 #include "botcommands.h"
 
 const char* g_Keywords[] = {
+	"do",
 	"event",
 	"for",
 	"goto",
@@ -74,7 +75,6 @@
 	"case",
 	"continue",
 	"default",
-	"do",
 	"else",
 	"enum", // Would enum actually be useful? I think so.
 	"func", // Would function support need external support from zandronum?

mercurial