comparison src/xemacs.def.in.in @ 5472:e79980ee5efe

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 22 Feb 2011 22:56:02 +0100
parents 308d34e9f07d 503b9a3e5e46
children 56144c8593a8
comparison
equal deleted inserted replaced
5471:00e79bbbe48f 5472:e79980ee5efe
30 #endif 30 #endif
31 31
32 NAME xemacs.exe 32 NAME xemacs.exe
33 EXPORTS 33 EXPORTS
34 /* Exported functions */ 34 /* Exported functions */
35 acons
36 #ifdef NEW_GC 35 #ifdef NEW_GC
37 alloc_lrecord /* ALLOC_LISP_OBJECT */ 36 alloc_lrecord /* ALLOC_LISP_OBJECT */
38 alloc_sized_lrecord /* ALLOC_SIZED_LISP_OBJECT */ 37 alloc_sized_lrecord /* ALLOC_SIZED_LISP_OBJECT */
39 lrecord_subr /* DEFSUBR */ 38 lrecord_subr /* DEFSUBR */
40 lrecord_symbol_value_forward /* DEFVAR_SYMVAL_FWD */ 39 lrecord_symbol_value_forward /* DEFVAR_SYMVAL_FWD */
245 Dynarr_delete_many /* Dynarr_delete, Dynarr_delete_object, ... */ 244 Dynarr_delete_many /* Dynarr_delete, Dynarr_delete_object, ... */
246 Dynarr_free 245 Dynarr_free
247 Dynarr_insert_many /* Dynarr_add_{literal,lisp}_string */ 246 Dynarr_insert_many /* Dynarr_add_{literal,lisp}_string */
248 Dynarr_newf /* Dynarr_new, Dynarr_new2 */ 247 Dynarr_newf /* Dynarr_new, Dynarr_new2 */
249 Dynarr_resize /* Dynarr_add */ 248 Dynarr_resize /* Dynarr_add */
249 Facons
250 Fappend 250 Fappend
251 Fapply 251 Fapply
252 Fbuffer_modified_p 252 Fbuffer_modified_p
253 Fbuffer_name 253 Fbuffer_name
254 Fcall_with_condition_handler 254 Fcall_with_condition_handler