comparison src/intl.c @ 4982:3c3c1d139863

Automatic merge
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 11:25:00 -0600
parents 4aebb0131297 16112448d484
children 308d34e9f07d
comparison
equal deleted inserted replaced
4981:4aebb0131297 4982:3c3c1d139863
91 return Qnil; 91 return Qnil;
92 } 92 }
93 #endif 93 #endif
94 94
95 str = build_extstring (loc, Qctext); 95 str = build_extstring (loc, Qctext);
96 xfree (loc, Extbyte *); 96 xfree (loc);
97 return str; 97 return str;
98 } 98 }
99 99
100 #if 0 100 #if 0
101 101