From f9c764f5e53cfd7178db8c467842f79d51b6e028 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 22 Jul 2012 22:26:43 +0000 Subject: [PATCH] oops, previous commit didn't compile --- BizHawk.MultiClient/tools/LuaWriter.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BizHawk.MultiClient/tools/LuaWriter.cs b/BizHawk.MultiClient/tools/LuaWriter.cs index 520f1c1af4..8231ad7c02 100644 --- a/BizHawk.MultiClient/tools/LuaWriter.cs +++ b/BizHawk.MultiClient/tools/LuaWriter.cs @@ -18,9 +18,7 @@ namespace BizHawk.MultiClient bool changes = false; bool hasChanged; public Regex keyWords = new Regex("and|break|do|else|if|end|false|for|function|in|local|nil|not|or|repeat|return|then|true|until|while|elseif"); - - Regex keyWords = new Regex("and|break|do|else|if|end|false|for|function|in|local|nil|not|or|repeat|return|then|true|until|while|elseif"); - char[] Symbols = { '+','-','*','/','%','^','#','=','<','>','(',')','{','}','[',']',';',':',',','.' }; + char[] Symbols = { '+','-','*','/','%','^','#','=','<','>','(',')','{','}','[',']',';',':',',','.' }; public LuaWriter()