From 128c56df3f9b2cbfa7ce0ee0779a6f5d589a0c82 Mon Sep 17 00:00:00 2001 From: Zeex Date: Fri, 3 Apr 2015 23:54:31 +0600 Subject: [PATCH] Revert "Reset pc_compat before second pass" This reverts commit 3c22187fb494592a51162c3863b3521cf1d74cc3. That commit broke the -Z compile flag. The idea was to allow having different compat modes for regions of code. --- source/compiler/sc1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/compiler/sc1.c b/source/compiler/sc1.c index 25dc4de..0600da7 100644 --- a/source/compiler/sc1.c +++ b/source/compiler/sc1.c @@ -844,7 +844,6 @@ static void resetglobals(void) sc_curstates=0; pc_memflags=0; pc_naked=FALSE; - pc_compat=FALSE; } static void initglobals(void)