comparison src/intl-win32.c @ 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 e22b0213b713
children 04bc9d2f42c7
comparison
equal deleted inserted replaced
1725:7ff8f4d70aec 1726:a8d8f419b459
1962 Ibyte *intdata; 1962 Ibyte *intdata;
1963 1963
1964 TO_INTERNAL_FORMAT (DATA, (unidata, size), MALLOC, (intdata, size), 1964 TO_INTERNAL_FORMAT (DATA, (unidata, size), MALLOC, (intdata, size),
1965 Qmswindows_unicode); 1965 Qmswindows_unicode);
1966 1966
1967 xfree (unidata); 1967 xfree (unidata, Extbyte *);
1968 1968
1969 if (size_out) 1969 if (size_out)
1970 *size_out = size; 1970 *size_out = size;
1971 1971
1972 return intdata; 1972 return intdata;