Mercurial > hg > xemacs-beta
comparison src/xemacs.def.in.in @ 1927:44905d8fae13
[xemacs-hg @ 2004-02-25 17:42:34 by james]
Export symbols needed by the LDAP module. Fixes the Cygwin build.
author | james |
---|---|
date | Wed, 25 Feb 2004 17:42:37 +0000 |
parents | a8d8f419b459 |
children | ba24fcdb4cfe |
comparison
equal
deleted
inserted
replaced
1926:c230111e6d4d | 1927:44905d8fae13 |
---|---|
106 out_of_memory /* The postgresql module uses this */ | 106 out_of_memory /* The postgresql module uses this */ |
107 printing_unreadable_object | 107 printing_unreadable_object |
108 record_unwind_protect | 108 record_unwind_protect |
109 record_unwind_protect_freeing | 109 record_unwind_protect_freeing |
110 report_process_error | 110 report_process_error |
111 signal_circular_list_error /* EXTERNAL_LIST_LOOP* */ | |
112 signal_circular_property_list_error /* EXTERNAL_PROPERTY_LIST_LOOP* */ | |
111 signal_error | 113 signal_error |
112 signal_ferror | 114 signal_ferror |
115 signal_malformed_list_error /* EXTERNAL_LIST_LOOP* */ | |
116 signal_malformed_property_list_error /* EXTERNAL_PROPERTY_LIST_LOOP* */ | |
113 signal_quit /* QUIT */ | 117 signal_quit /* QUIT */ |
118 slow_down_interrupts | |
119 speed_up_interrupts | |
114 #ifndef DEBUG_XEMACS | 120 #ifndef DEBUG_XEMACS |
115 staticpro | 121 staticpro |
116 staticpro_nodump | 122 staticpro_nodump |
117 #else | 123 #else |
118 staticpro_1 | 124 staticpro_1 |
201 rep_bytes_by_first_byte /* itext_ichar_len, INC_IBYTEPTR, ... */ | 207 rep_bytes_by_first_byte /* itext_ichar_len, INC_IBYTEPTR, ... */ |
202 #endif | 208 #endif |
203 something_happened /* QUIT */ | 209 something_happened /* QUIT */ |
204 specpdl_depth_counter /* specpdl_depth */ | 210 specpdl_depth_counter /* specpdl_depth */ |
205 Qconsp /* CHECK_CONS */ | 211 Qconsp /* CHECK_CONS */ |
212 Qcritical /* QUIT, QUITP */ | |
213 Qdelete | |
206 Qfile_name /* Qdll_filename_encoding */ | 214 Qfile_name /* Qdll_filename_encoding */ |
207 Qintegerp /* CHECK_INT, CONCHECK_INT */ | 215 Qintegerp /* CHECK_INT, CONCHECK_INT */ |
208 Qinvalid_argument | 216 Qinvalid_argument |
209 Qnative | 217 Qnative |
210 Qnil | 218 Qnil |
211 Qnotice | 219 Qnotice |
212 #ifdef USE_UNION_TYPE | 220 #ifdef USE_UNION_TYPE |
213 Qnull_pointer /* DEFVAR_xxx */ | 221 Qnull_pointer /* DEFVAR_xxx */ |
214 #endif | 222 #endif |
215 Qprocess_error | 223 Qprocess_error |
224 Qsearch | |
225 Qsimple | |
216 Qstringp /* CHECK_STRING */ | 226 Qstringp /* CHECK_STRING */ |
217 Qsymbolp /* CHECK_SYMBOL */ | 227 Qsymbolp /* CHECK_SYMBOL */ |
218 Qsyntax_error | 228 Qsyntax_error |
219 Qt | 229 Qt |
220 Qunbound | 230 Qunbound |
221 #ifdef USE_UNION_TYPE | 231 #ifdef USE_UNION_TYPE |
222 Qzero /* ZEROP */ | 232 Qzero /* ZEROP */ |
223 #endif | 233 Vinhibit_quit /* QUIT, QUITP */ |
234 Vquit_flag /* QUIT, QUITP */ | |
235 #endif |