X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Femacs.c;h=fe1d119ce09e34ca65c621db2c3d48842d54e76e;hb=ced41746a0d554e40ec3b760134cbe11efa61c16;hp=60258afe204e3f0e7a27bf3477a5c68614a780c9;hpb=2fd9701a4f902054649dde9143a3f77809afee8f;p=chise%2Fxemacs-chise.git- diff --git a/src/emacs.c b/src/emacs.c index 60258af..fe1d119 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -67,7 +67,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifdef TOOLTALK -#include TT_C_H_PATH +#include TT_C_H_FILE #endif #if defined (WINDOWSNT) @@ -2988,6 +2988,8 @@ typecheck - check types strictly, aborting in case of error; malloc - check operation of malloc; gc - check garbage collection; bufpos - check buffer positions. + +quick-build - user has requested the "quick-build" configure option. */ ); Vinternal_error_checking = Qnil; #ifdef ERROR_CHECK_EXTENTS @@ -3010,6 +3012,10 @@ bufpos - check buffer positions. Vinternal_error_checking = Fcons (intern ("bufpos"), Vinternal_error_checking); #endif +#ifdef QUICK_BUILD + Vinternal_error_checking = Fcons (intern ("quick-build"), + Vinternal_error_checking); +#endif DEFVAR_CONST_LISP ("mail-lock-methods", &Vmail_lock_methods /* Mail spool locking methods supported by this instance of XEmacs.