From 3a59c50f00b99560bf9d6683a534051006022cec Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 22 Jan 2012 14:30:27 +1000 Subject: Disable the diff itself, until I think I'm ready for it. --- LuaSL/src/LuaSL_compile.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c index 9e4d4c1..d78a5bc 100644 --- a/LuaSL/src/LuaSL_compile.c +++ b/LuaSL/src/LuaSL_compile.c @@ -1204,17 +1204,17 @@ static boolean doneParsing(LuaSL_compiler *compiler) if (out) { #ifdef LUASL_DIFF_CHECK - int count; +// int count; #endif outputLeaf(out, OM_LSL, compiler->ast); fclose(out); sprintf(buffer, "diff \"%s\" \"%s\" > \"%s\"", compiler->fileName, outName, diffName); #ifdef LUASL_DIFF_CHECK - count = system(buffer); - if (0 != count) - PE("LSL output file is different - %s!", outName); - else - result = TRUE; +// count = system(buffer); +// if (0 != count) +// PE("LSL output file is different - %s!", outName); +// else +// result = TRUE; #endif } else -- cgit v1.1