The unified diff between revisions [cdafda78..] and [697c3a55..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/lsc/codegen.c'
# # old_revision [cdafda78a5feba85c64bb1d0f3324ddaa4330ce4] # new_revision [697c3a55915ad7eda83ba73798ce0c4b8b2544ba] # # patch "src/lsc/codegen.c" # from [59287d90158eaceceb9a87f9fe6f6c45059c6cb6] # to [400424bebce5876e321c5ffa9a3271c0993d48e9] # ============================================================ --- src/lsc/codegen.c 59287d90158eaceceb9a87f9fe6f6c45059c6cb6 +++ src/lsc/codegen.c 400424bebce5876e321c5ffa9a3271c0993d48e9 @@ -33,7 +33,7 @@ struct label { char *name; }; -#define DEBUG 1 +#define DEBUG 0 #define MOREDEBUG 0 #define MAX_LABELS 4096