diff src/xemacs.def.in.in @ 1706:9fc738581a9d

[xemacs-hg @ 2003-09-22 03:21:12 by james] Remove GNU DLD support, fix the C++ build, make eval-related functions visible to modules, and fix minor Windows-related problems.
author james
date Mon, 22 Sep 2003 03:21:19 +0000
parents 1193b7458e43
children a8d8f419b459
line wrap: on
line diff
--- a/src/xemacs.def.in.in	Sun Sep 21 21:52:23 2003 +0000
+++ b/src/xemacs.def.in.in	Mon Sep 22 03:21:19 2003 +0000
@@ -10,6 +10,7 @@
 /* Exported functions */
 acons
 alloc_automanaged_lcrecord	/* alloc_lcrecord_type */
+apply1
 #ifdef USE_ASSERTIONS
 assert_failed			/* abort(), assert(), etc. */
 #endif
@@ -20,6 +21,17 @@
 build_string
 #ifdef MULE
 bytecount_to_charcount_fun	/* bytecount_to_charcount */
+#endif
+call0
+call1
+call2
+call3
+call4
+call5
+call6
+call7
+call8
+#ifdef MULE
 charcount_to_bytecount_fun	/* charcount_to_bytecount */
 #endif
 check_quit			/* QUITP */
@@ -137,12 +149,16 @@
 Dynarr_newf			/* Dynarr_new, Dynarr_new2 */
 Dynarr_resize			/* Dynarr_add */
 Fappend
+Fapply
 Fbuffer_modified_p
 Fbuffer_name
+Fcall_with_condition_handler
 Fcons
 Fcurrent_buffer
 Fequal
+Feval
 Fexpand_abbrev
+Ffuncall
 Fget
 Fkill_buffer
 Flength
@@ -156,6 +172,8 @@
 Fput
 Freverse
 Fset_buffer
+Fsignal
+Fthrow
 Fvector
 
 /* Exported variables */