diff src/xemacs.def.in.in @ 4829:9987da5935bd

try to fix problems with link errors involving inlined functions
author Ben Wing <ben@xemacs.org>
date Sun, 27 Dec 2009 20:16:57 -0600
parents 4363b75330ca
children 19a72041c5ed
line wrap: on
line diff
--- a/src/xemacs.def.in.in	Sun Dec 27 20:16:19 2009 -0600
+++ b/src/xemacs.def.in.in	Sun Dec 27 20:16:57 2009 -0600
@@ -102,7 +102,7 @@
 #ifdef DEBUG_XEMACS
 eq_with_ebola_notice		/* EQ_WITH_EBOLA_NOTICE */
 #endif
-#ifdef ERROR_CHECK_TYPES
+#ifdef NEED_ERROR_CHECK_TYPES_INLINES
 error_check_cons
 #ifdef HAVE_LDAP
 error_check_ldap
@@ -117,7 +117,7 @@
 error_check_string_direct_data
 error_check_string_indirect_data
 #endif
-#endif
+#endif /* NEED_ERROR_CHECK_TYPES_INLINES */
 free_opaque_ptr
 get_coding_system_for_text_file
 intern
@@ -179,7 +179,7 @@
 vector2
 vector3
 warn_when_safe
-#ifdef ERROR_CHECK_TYPES
+#ifdef NEED_ERROR_CHECK_TYPES_INLINES
 wrap_record_1
 #endif
 write_c_string
@@ -225,7 +225,7 @@
 Fsignal
 Fthrow
 Fvector
-#ifdef ERROR_CHECK_TYPES
+#ifdef NEED_ERROR_CHECK_TYPES_INLINES
 XINT_1
 #endif