X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fbytecode.c;h=de2b646425bd2afd4212d11cf5033fa53eb9c1c4;hp=09e490877f451d7df5cf49afa76a738cd476ce58;hb=113b194be934327de99a168d809271db252c07c4;hpb=f3ec20f455f3f1212d2c5ee4cadc984330da9c38 diff --git a/src/bytecode.c b/src/bytecode.c index 09e4908..de2b646 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -226,12 +226,6 @@ static Lisp_Object execute_optimized_program (CONST Opbyte *program, extern Lisp_Object Qand_rest, Qand_optional; -/* Define ERROR_CHECK_BYTE_CODE to enable some minor sanity checking. - Useful for debugging the byte compiler. */ -#ifdef DEBUG_XEMACS -#define ERROR_CHECK_BYTE_CODE -#endif - /* Define BYTE_CODE_METER to enable generation of a byte-op usage histogram. This isn't defined in FSF Emacs and isn't defined in XEmacs v19. */ /* #define BYTE_CODE_METER */