comparison 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
comparison
equal deleted inserted replaced
4828:f31c12360354 4829:9987da5935bd
100 #endif 100 #endif
101 eputenv 101 eputenv
102 #ifdef DEBUG_XEMACS 102 #ifdef DEBUG_XEMACS
103 eq_with_ebola_notice /* EQ_WITH_EBOLA_NOTICE */ 103 eq_with_ebola_notice /* EQ_WITH_EBOLA_NOTICE */
104 #endif 104 #endif
105 #ifdef ERROR_CHECK_TYPES 105 #ifdef NEED_ERROR_CHECK_TYPES_INLINES
106 error_check_cons 106 error_check_cons
107 #ifdef HAVE_LDAP 107 #ifdef HAVE_LDAP
108 error_check_ldap 108 error_check_ldap
109 #endif 109 #endif
110 error_check_opaque_ptr 110 error_check_opaque_ptr
115 error_check_string 115 error_check_string
116 #ifdef NEW_GC 116 #ifdef NEW_GC
117 error_check_string_direct_data 117 error_check_string_direct_data
118 error_check_string_indirect_data 118 error_check_string_indirect_data
119 #endif 119 #endif
120 #endif 120 #endif /* NEED_ERROR_CHECK_TYPES_INLINES */
121 free_opaque_ptr 121 free_opaque_ptr
122 get_coding_system_for_text_file 122 get_coding_system_for_text_file
123 intern 123 intern
124 invalid_argument 124 invalid_argument
125 invalid_argument_2 125 invalid_argument_2
177 #endif 177 #endif
178 vector1 178 vector1
179 vector2 179 vector2
180 vector3 180 vector3
181 warn_when_safe 181 warn_when_safe
182 #ifdef ERROR_CHECK_TYPES 182 #ifdef NEED_ERROR_CHECK_TYPES_INLINES
183 wrap_record_1 183 wrap_record_1
184 #endif 184 #endif
185 write_c_string 185 write_c_string
186 write_fmt_string 186 write_fmt_string
187 write_fmt_string_lisp 187 write_fmt_string_lisp
223 Freverse 223 Freverse
224 Fset_buffer 224 Fset_buffer
225 Fsignal 225 Fsignal
226 Fthrow 226 Fthrow
227 Fvector 227 Fvector
228 #ifdef ERROR_CHECK_TYPES 228 #ifdef NEED_ERROR_CHECK_TYPES_INLINES
229 XINT_1 229 XINT_1
230 #endif 230 #endif
231 231
232 /* Exported variables */ 232 /* Exported variables */
233 __temp_alloca_size__ /* ALLOCA */ 233 __temp_alloca_size__ /* ALLOCA */