comparison src/casefiddle.c @ 57726:66e97a54985f

Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
author Kim F. Storm <storm@cua.dk>
date Tue, 26 Oct 2004 22:38:50 +0000
parents 7997f11a2377
children 194fa92926e4
comparison
equal deleted inserted replaced
57725:c0675c413aa3 57726:66e97a54985f
135 if ((int) flag >= (int) CASE_CAPITALIZE) 135 if ((int) flag >= (int) CASE_CAPITALIZE)
136 inword = SYNTAX (c) == Sword; 136 inword = SYNTAX (c) == Sword;
137 } 137 }
138 obj = make_multibyte_string (buf, SCHARS (obj), 138 obj = make_multibyte_string (buf, SCHARS (obj),
139 j_byte); 139 j_byte);
140 SAFE_FREE (bufsize); 140 SAFE_FREE ();
141 } 141 }
142 return obj; 142 return obj;
143 } 143 }
144 obj = wrong_type_argument (Qchar_or_string_p, obj); 144 obj = wrong_type_argument (Qchar_or_string_p, obj);
145 } 145 }