changeset 3664:1d313cd71cd7

[xemacs-hg @ 2006-11-07 14:04:53 by aidan] Take the declaration of Qfinal out of mule-charset.c.
author aidan
date Tue, 07 Nov 2006 14:04:56 +0000
parents 51b2844aab96
children 5724b7632db3
files src/ChangeLog src/mule-charset.c
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Nov 06 22:51:12 2006 +0000
+++ b/src/ChangeLog	Tue Nov 07 14:04:56 2006 +0000
@@ -1,3 +1,9 @@
+2006-11-07  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* mule-charset.c:
+	Take the Qfinal declaration out of mule-charset.c; fixes the MSVC
+	build. Sorry Vin!
+	
 2006-11-06  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* mule-charset.c (Fmake_charset):
--- a/src/mule-charset.c	Mon Nov 06 22:51:12 2006 +0000
+++ b/src/mule-charset.c	Tue Nov 07 14:04:56 2006 +0000
@@ -79,8 +79,8 @@
 
 Lisp_Object Qcharsetp;
 
-/* Qdoc_string, Qdimension, Qchars defined in general.c */
-Lisp_Object Qregistries, Qfinal, Qgraphic, Qregistry;
+/* Qdoc_string, Qdimension, Qchars, Qfinal defined in general.c */
+Lisp_Object Qregistries, Qgraphic, Qregistry;
 Lisp_Object Qdirection;
 Lisp_Object Qreverse_direction_charset;
 Lisp_Object Qshort_name, Qlong_name;