Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/xemacs.def.in.in Tue Feb 24 22:50:32 2004 +0000 +++ b/src/xemacs.def.in.in Wed Feb 25 17:42:37 2004 +0000 @@ -108,9 +108,15 @@ record_unwind_protect record_unwind_protect_freeing report_process_error +signal_circular_list_error /* EXTERNAL_LIST_LOOP* */ +signal_circular_property_list_error /* EXTERNAL_PROPERTY_LIST_LOOP* */ signal_error signal_ferror +signal_malformed_list_error /* EXTERNAL_LIST_LOOP* */ +signal_malformed_property_list_error /* EXTERNAL_PROPERTY_LIST_LOOP* */ signal_quit /* QUIT */ +slow_down_interrupts +speed_up_interrupts #ifndef DEBUG_XEMACS staticpro staticpro_nodump @@ -203,6 +209,8 @@ something_happened /* QUIT */ specpdl_depth_counter /* specpdl_depth */ Qconsp /* CHECK_CONS */ +Qcritical /* QUIT, QUITP */ +Qdelete Qfile_name /* Qdll_filename_encoding */ Qintegerp /* CHECK_INT, CONCHECK_INT */ Qinvalid_argument @@ -213,6 +221,8 @@ Qnull_pointer /* DEFVAR_xxx */ #endif Qprocess_error +Qsearch +Qsimple Qstringp /* CHECK_STRING */ Qsymbolp /* CHECK_SYMBOL */ Qsyntax_error @@ -220,4 +230,6 @@ Qunbound #ifdef USE_UNION_TYPE Qzero /* ZEROP */ +Vinhibit_quit /* QUIT, QUITP */ +Vquit_flag /* QUIT, QUITP */ #endif