comparison src/ChangeLog @ 3544:981a144e71fa

[xemacs-hg @ 2006-08-05 08:30:35 by aidan] Eliminate some Windows build errors that also happen with gcc -pedantic.
author aidan
date Sat, 05 Aug 2006 08:30:36 +0000
parents c136144fe765
children 2ba8b7a25429
comparison
equal deleted inserted replaced
3543:c136144fe765 3544:981a144e71fa
1 2006-08-05 Aidan Kehoe <kehoea@parhasard.net>
2
3 * syntax.c (complex_vars_of_syntax):
4 String literals are char[], not unsigned char[]. Cast them when
5 passing to a function that takes UExtbyte *.
6
1 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> 7 2006-08-05 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * lread.c (read_unicode_escape): 9 * lread.c (read_unicode_escape):
4 Refactor this code out from read_escape, since it's now called 10 Refactor this code out from read_escape, since it's now called
5 from read_string as well. 11 from read_string as well.