diff src/emacs.c @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 2f8bb876ab1d
children 501cfd01ee6d
line wrap: on
line diff
--- a/src/emacs.c	Mon Aug 13 11:16:09 2007 +0200
+++ b/src/emacs.c	Mon Aug 13 11:17:09 2007 +0200
@@ -67,7 +67,7 @@
 #endif
 
 #ifdef TOOLTALK
-#include TT_C_H_PATH
+#include TT_C_H_FILE
 #endif
 
 #if defined (WINDOWSNT)
@@ -2988,6 +2988,8 @@
 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 @@
   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.