diff src/ChangeLog @ 4691:3ba90c659d01

Move Qfrom_unicode to general-slots.h, fix the native Win32 build. 2009-09-20 Aidan Kehoe <kehoea@parhasard.net> * general-slots.h: * mule-coding.c (syms_of_mule_coding): * mule-charset.c (syms_of_mule_charset): Move Qfrom_unicode to general-slots.h, now it's used in more than one file. Fixes the native Win32 build; thank you Vin!
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 20 Sep 2009 08:27:42 +0100
parents 257b468bf2ca
children 80cd90837ac5
line wrap: on
line diff
--- a/src/ChangeLog	Sat Sep 19 22:53:13 2009 +0100
+++ b/src/ChangeLog	Sun Sep 20 08:27:42 2009 +0100
@@ -1,3 +1,11 @@
+2009-09-20  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* general-slots.h: 
+	* mule-coding.c (syms_of_mule_coding): 
+	* mule-charset.c (syms_of_mule_charset): 
+	Move Qfrom_unicode to general-slots.h, now it's used in more than
+	one file. Fixes the native Win32 build; thank you Vin!
+
 2009-09-19  Aidan Kehoe  <kehoea@parhasard.net>
 
 	Move the #'query-coding-region implementation to C.