comparison src/xemacs.def.in.in @ 5120:d1247f3cc363 ben-lisp-object

latest work on lisp-object workspace; more changes eliminating LCRECORD in place of LISP_OBJECT; now compiles and runs.
author Ben Wing <ben@xemacs.org>
date Mon, 28 Dec 2009 01:15:52 -0600
parents 4363b75330ca
children b5df3737028a
comparison
equal deleted inserted replaced
5119:d877c14318b3 5120:d1247f3cc363
27 NAME xemacs.exe 27 NAME xemacs.exe
28 EXPORTS 28 EXPORTS
29 /* Exported functions */ 29 /* Exported functions */
30 acons 30 acons
31 #ifdef NEW_GC 31 #ifdef NEW_GC
32 alloc_lrecord /* alloc_lrecord_type */ 32 alloc_lrecord /* ALLOC_LISP_OBJECT */
33 alloc_sized_lrecord /* ALLOC_SIZED_LISP_OBJECT */
33 lrecord_subr /* DEFSUBR */ 34 lrecord_subr /* DEFSUBR */
34 lrecord_symbol_value_forward /* DEFVAR_SYMVAL_FWD */ 35 lrecord_symbol_value_forward /* DEFVAR_SYMVAL_FWD */
35 #ifdef DEBUG_XEMACS 36 #ifdef DEBUG_XEMACS
36 mcpro_1 /* mcpro */ 37 mcpro_1 /* mcpro */
37 #endif 38 #endif
38 mc_alloc /* DEFSUBR */ 39 mc_alloc /* DEFSUBR */
39 #else /* not NEW_GC */ 40 #else /* not NEW_GC */
40 alloc_automanaged_lcrecord /* old_alloc_lcrecord_type */ 41 alloc_automanaged_lcrecord /* ALLOC_LISP_OBJECT */
42 old_alloc_sized_lcrecord /* ALLOC_SIZED_LISP_OBJECT */
41 #endif /* not NEW_GC */ 43 #endif /* not NEW_GC */
42 apply1 44 apply1
43 #ifdef USE_ASSERTIONS 45 #ifdef USE_ASSERTIONS
44 assert_failed /* abort(), assert(), etc. */ 46 assert_failed /* abort(), assert(), etc. */
45 #endif 47 #endif
115 error_check_string 117 error_check_string
116 #ifdef NEW_GC 118 #ifdef NEW_GC
117 error_check_string_direct_data 119 error_check_string_direct_data
118 error_check_string_indirect_data 120 error_check_string_indirect_data
119 #endif 121 #endif
122 error_check_symbol_value_forward
120 #endif 123 #endif
121 free_opaque_ptr 124 free_opaque_ptr
122 get_coding_system_for_text_file 125 get_coding_system_for_text_file
123 intern 126 intern
124 invalid_argument 127 invalid_argument