comparison src/xemacs.def.in.in @ 1726:a8d8f419b459

[xemacs-hg @ 2003-09-30 15:26:34 by james] Add type information to xfree to avoid alias creation.
author james
date Tue, 30 Sep 2003 15:27:01 +0000
parents 9fc738581a9d
children 44905d8fae13
comparison
equal deleted inserted replaced
1725:7ff8f4d70aec 1726:a8d8f419b459
132 write_fmt_string 132 write_fmt_string
133 write_fmt_string_lisp 133 write_fmt_string_lisp
134 write_string 134 write_string
135 wrong_type_argument /* CONCHECK_xxx */ 135 wrong_type_argument /* CONCHECK_xxx */
136 xemacs_c_alloca /* ALLOCA */ 136 xemacs_c_alloca /* ALLOCA */
137 #ifdef ERROR_CHECK_MALLOC
138 xfree_1 /* xfree */ 137 xfree_1 /* xfree */
139 #else
140 xfree
141 #endif
142 xmalloc 138 xmalloc
143 xmalloc_and_zero 139 xmalloc_and_zero
144 xrealloc 140 xrealloc
145 xstrdup 141 xstrdup
146 Dynarr_delete_many /* Dynarr_delete, Dynarr_delete_object, ... */ 142 Dynarr_delete_many /* Dynarr_delete, Dynarr_delete_object, ... */