Mercurial > hg > xemacs-beta
comparison src/xemacs.def.in.in @ 3118:28ffea327985
[xemacs-hg @ 2005-11-30 11:28:56 by crestani]
xemacs.def.in.in: Condition error_check_* symbols on ERROR_CHECK_TYPES.
author | crestani |
---|---|
date | Wed, 30 Nov 2005 11:28:58 +0000 |
parents | 1d2a1d747bc0 |
children | d674024a8674 |
comparison
equal
deleted
inserted
replaced
3117:19828252ff79 | 3118:28ffea327985 |
---|---|
80 emodules_doc_sym /* CDOCSYM */ | 80 emodules_doc_sym /* CDOCSYM */ |
81 #endif | 81 #endif |
82 eputenv | 82 eputenv |
83 #ifdef DEBUG_XEMACS | 83 #ifdef DEBUG_XEMACS |
84 eq_with_ebola_notice /* EQ_WITH_EBOLA_NOTICE */ | 84 eq_with_ebola_notice /* EQ_WITH_EBOLA_NOTICE */ |
85 #endif | |
86 #ifdef ERROR_CHECK_TYPES | |
85 error_check_cons | 87 error_check_cons |
88 #ifdef HAVE_LDAP | |
86 error_check_ldap | 89 error_check_ldap |
90 #endif | |
87 error_check_opaque_ptr | 91 error_check_opaque_ptr |
92 #ifdef HAVE_POSTGRESQL | |
88 error_check_pgconn | 93 error_check_pgconn |
89 error_check_pgresult | 94 error_check_pgresult |
95 #endif | |
90 error_check_string | 96 error_check_string |
97 #ifdef NEW_GC | |
98 error_check_string_direct_data | |
99 error_check_string_indirect_data | |
100 #endif | |
91 #endif | 101 #endif |
92 free_opaque_ptr | 102 free_opaque_ptr |
93 get_coding_system_for_text_file | 103 get_coding_system_for_text_file |
94 intern | 104 intern |
95 invalid_argument | 105 invalid_argument |
148 #endif | 158 #endif |
149 vector1 | 159 vector1 |
150 vector2 | 160 vector2 |
151 vector3 | 161 vector3 |
152 warn_when_safe | 162 warn_when_safe |
153 #ifdef DEBUG_XEMACS | 163 #ifdef ERROR_CHECK_TYPES |
154 wrap_record_1 | 164 wrap_record_1 |
155 #endif | 165 #endif |
156 write_c_string | 166 write_c_string |
157 write_fmt_string | 167 write_fmt_string |
158 write_fmt_string_lisp | 168 write_fmt_string_lisp |
194 Freverse | 204 Freverse |
195 Fset_buffer | 205 Fset_buffer |
196 Fsignal | 206 Fsignal |
197 Fthrow | 207 Fthrow |
198 Fvector | 208 Fvector |
199 #ifdef DEBUG_XEMACS | 209 #ifdef ERROR_CHECK_TYPES |
200 XINT_1 | 210 XINT_1 |
201 #endif | 211 #endif |
202 | 212 |
203 /* Exported variables */ | 213 /* Exported variables */ |
204 __temp_alloca_size__ /* ALLOCA */ | 214 __temp_alloca_size__ /* ALLOCA */ |