Mercurial > hg > xemacs-beta
comparison src/xemacs.def.in.in @ 3110:1d2a1d747bc0
[xemacs-hg @ 2005-11-29 08:38:29 by stephent]
Add error check symbols to xemacs.def.
<87ek4zu9z3.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 29 Nov 2005 08:38:32 +0000 |
parents | 63b684f8a823 |
children | 28ffea327985 |
comparison
equal
deleted
inserted
replaced
3109:bc60bf5b4f8e | 3110:1d2a1d747bc0 |
---|---|
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 error_check_cons | |
86 error_check_ldap | |
87 error_check_opaque_ptr | |
88 error_check_pgconn | |
89 error_check_pgresult | |
90 error_check_string | |
85 #endif | 91 #endif |
86 free_opaque_ptr | 92 free_opaque_ptr |
87 get_coding_system_for_text_file | 93 get_coding_system_for_text_file |
88 intern | 94 intern |
89 invalid_argument | 95 invalid_argument |
142 #endif | 148 #endif |
143 vector1 | 149 vector1 |
144 vector2 | 150 vector2 |
145 vector3 | 151 vector3 |
146 warn_when_safe | 152 warn_when_safe |
153 #ifdef DEBUG_XEMACS | |
154 wrap_record_1 | |
155 #endif | |
147 write_c_string | 156 write_c_string |
148 write_fmt_string | 157 write_fmt_string |
149 write_fmt_string_lisp | 158 write_fmt_string_lisp |
150 write_string | 159 write_string |
151 wrong_type_argument /* CONCHECK_xxx */ | 160 wrong_type_argument /* CONCHECK_xxx */ |
185 Freverse | 194 Freverse |
186 Fset_buffer | 195 Fset_buffer |
187 Fsignal | 196 Fsignal |
188 Fthrow | 197 Fthrow |
189 Fvector | 198 Fvector |
199 #ifdef DEBUG_XEMACS | |
200 XINT_1 | |
201 #endif | |
190 | 202 |
191 /* Exported variables */ | 203 /* Exported variables */ |
192 __temp_alloca_size__ /* ALLOCA */ | 204 __temp_alloca_size__ /* ALLOCA */ |
193 #ifdef DEBUG_XEMACS | 205 #ifdef DEBUG_XEMACS |
194 debug_issue_ebola_notices /* EQ_WITH_EBOLA_NOTICE */ | 206 debug_issue_ebola_notices /* EQ_WITH_EBOLA_NOTICE */ |