diff 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
line wrap: on
line diff
--- a/src/ChangeLog	Fri Aug 04 22:55:19 2006 +0000
+++ b/src/ChangeLog	Sat Aug 05 08:30:36 2006 +0000
@@ -1,3 +1,9 @@
+2006-08-05  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* syntax.c (complex_vars_of_syntax):
+	String literals are char[], not unsigned char[]. Cast them when
+	passing to a function that takes UExtbyte *. 
+	
 2006-08-05  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* lread.c (read_unicode_escape):