comparison 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
comparison
equal deleted inserted replaced
1705:cdbc76885304 1706:9fc738581a9d
8 NAME xemacs.exe 8 NAME xemacs.exe
9 EXPORTS 9 EXPORTS
10 /* Exported functions */ 10 /* Exported functions */
11 acons 11 acons
12 alloc_automanaged_lcrecord /* alloc_lcrecord_type */ 12 alloc_automanaged_lcrecord /* alloc_lcrecord_type */
13 apply1
13 #ifdef USE_ASSERTIONS 14 #ifdef USE_ASSERTIONS
14 assert_failed /* abort(), assert(), etc. */ 15 assert_failed /* abort(), assert(), etc. */
15 #endif 16 #endif
16 build_ext_string 17 build_ext_string
17 build_intstring 18 build_intstring
18 build_msg_intstring 19 build_msg_intstring
19 build_msg_string 20 build_msg_string
20 build_string 21 build_string
21 #ifdef MULE 22 #ifdef MULE
22 bytecount_to_charcount_fun /* bytecount_to_charcount */ 23 bytecount_to_charcount_fun /* bytecount_to_charcount */
24 #endif
25 call0
26 call1
27 call2
28 call3
29 call4
30 call5
31 call6
32 call7
33 call8
34 #ifdef MULE
23 charcount_to_bytecount_fun /* charcount_to_bytecount */ 35 charcount_to_bytecount_fun /* charcount_to_bytecount */
24 #endif 36 #endif
25 check_quit /* QUITP */ 37 check_quit /* QUITP */
26 check_what_happened /* QUIT */ 38 check_what_happened /* QUIT */
27 cons3 39 cons3
135 Dynarr_free 147 Dynarr_free
136 Dynarr_insert_many /* Dynarr_add_{literal,lisp}_string */ 148 Dynarr_insert_many /* Dynarr_add_{literal,lisp}_string */
137 Dynarr_newf /* Dynarr_new, Dynarr_new2 */ 149 Dynarr_newf /* Dynarr_new, Dynarr_new2 */
138 Dynarr_resize /* Dynarr_add */ 150 Dynarr_resize /* Dynarr_add */
139 Fappend 151 Fappend
152 Fapply
140 Fbuffer_modified_p 153 Fbuffer_modified_p
141 Fbuffer_name 154 Fbuffer_name
155 Fcall_with_condition_handler
142 Fcons 156 Fcons
143 Fcurrent_buffer 157 Fcurrent_buffer
144 Fequal 158 Fequal
159 Feval
145 Fexpand_abbrev 160 Fexpand_abbrev
161 Ffuncall
146 Fget 162 Fget
147 Fkill_buffer 163 Fkill_buffer
148 Flength 164 Flength
149 Flist 165 Flist
150 Fmake_list 166 Fmake_list
154 Fnreverse 170 Fnreverse
155 Fprovide 171 Fprovide
156 Fput 172 Fput
157 Freverse 173 Freverse
158 Fset_buffer 174 Fset_buffer
175 Fsignal
176 Fthrow
159 Fvector 177 Fvector
160 178
161 /* Exported variables */ 179 /* Exported variables */
162 __temp_alloca_size__ /* ALLOCA */ 180 __temp_alloca_size__ /* ALLOCA */
163 #ifdef DEBUG_XEMACS 181 #ifdef DEBUG_XEMACS