carbon2-commit: fix non-Mule build

Ben Wing ben at xemacs.org
Fri Mar 5 12:52:30 EST 2010


changeset:   5069:d7cc9553d3eb
user:        Ben Wing <ben at xemacs.org>
date:        Tue Feb 09 00:30:59 2010 -0600
files:       src/ChangeLog src/charset.h src/depend
description:
fix non-Mule build

-------------------- ChangeLog entries follow: --------------------

src/ChangeLog addition:

2010-02-08  Ben Wing  <ben at xemacs.org>

	* charset.h:
	* charset.h (Fget_charset): Declare some fake charset defs so
	we can compile when non-Mule.
	* depend: Rebuild.


diff -r a7a237f818d9 -r d7cc9553d3eb src/ChangeLog
--- a/src/ChangeLog	Mon Feb 08 23:40:38 2010 -0600
+++ b/src/ChangeLog	Tue Feb 09 00:30:59 2010 -0600
@@ -1,3 +1,10 @@
+2010-02-08  Ben Wing  <ben at xemacs.org>
+
+	* charset.h:
+	* charset.h (Fget_charset): Declare some fake charset defs so
+	we can compile when non-Mule.
+	* depend: Rebuild.
+
 2010-02-08  Ben Wing  <ben at xemacs.org>
 
 	* event-Xt.c:
diff -r a7a237f818d9 -r d7cc9553d3eb src/charset.h
--- a/src/charset.h	Mon Feb 08 23:40:38 2010 -0600
+++ b/src/charset.h	Tue Feb 09 00:30:59 2010 -0600
@@ -60,6 +60,8 @@
 } while (0)
 #define XCHARSET_CCL_PROGRAM(cs) Qnil
 #define XCHARSET_NAME(cs) Qascii
+#define Fget_charset(cs) (cs)
+#define Fcharset_list() list1 (Vcharset_ascii)
 
 #else /* MULE */
 
diff -r a7a237f818d9 -r d7cc9553d3eb src/depend
--- a/src/depend	Mon Feb 08 23:40:38 2010 -0600
+++ b/src/depend	Tue Feb 09 00:30:59 2010 -0600
@@ -222,7 +222,7 @@
 sheap.o: $(CONFIG_H) $(LISP_H) compiler.h dumper.h gc.h general-slots.h intl-auto-encap-win32.h lisp-disunion.h lisp-union.h lisp.h lrecord.h mc-alloc.h number-gmp.h number-mp.h number.h sheap-adjust.h symeval.h symsinit.h sysfile.h syswindows.h text.h vdb.h
 signal.o: $(CONFIG_H) $(LISP_H) compiler.h conslots.h console-impl.h console.h device-impl.h device.h devslots.h dumper.h events.h frame-impl.h frame.h frameslots.h gc.h general-slots.h intl-auto-encap-win32.h keymap-buttons.h lisp-disunion.h lisp-union.h lisp.h lrecord.h mc-alloc.h number-gmp.h number-mp.h number.h process.h redisplay.h specifier.h symeval.h symsinit.h sysdep.h sysfile.h syssignal.h systime.h syswindows.h text.h vdb.h
 sound.o: $(CONFIG_H) $(LISP_H) $(LWLIB_SRCDIR)/lwlib.h buffer.h bufslots.h casetab.h charset.h chartab.h compiler.h conslots.h console-impl.h console-x-impl.h console-x.h console.h device-impl.h device.h devslots.h dumper.h gc.h general-slots.h intl-auto-encap-win32.h lisp-disunion.h lisp-union.h lisp.h lrecord.h mc-alloc.h number-gmp.h number-mp.h number.h redisplay.h sound.h specifier.h symeval.h symsinit.h sysdep.h sysfile.h sysproc.h syssignal.h systime.h syswindows.h text.h vdb.h xintrinsic.h
-specifier.o: $(CONFIG_H) $(LISP_H) buffer.h bufslots.h casetab.h charset.h chartab.h compiler.h conslots.h console-impl.h console.h device-impl.h device.h devslots.h dumper.h frame.h gc.h general-slots.h glyphs.h lisp-disunion.h lisp-union.h lisp.h lrecord.h mc-alloc.h number-gmp.h number-mp.h number.h opaque.h rangetab.h redisplay.h scrollbar.h specifier.h symeval.h symsinit.h text.h vdb.h window-impl.h window.h winslots.h
+specifier.o: $(CONFIG_H) $(LISP_H) buffer.h bufslots.h casetab.h charset.h chartab.h compiler.h conslots.h console-impl.h console.h device-impl.h device.h devslots.h dumper.h elhash.h frame.h gc.h general-slots.h glyphs.h lisp-disunion.h lisp-union.h lisp.h lrecord.h mc-alloc.h number-gmp.h number-mp.h number.h opaque.h rangetab.h redisplay.h scrollbar.h specifier.h symeval.h symsinit.h text.h vdb.h window-impl.h window.h winslots.h
 strcat.o: $(CONFIG_H)
 strftime.o: $(CONFIG_H) $(LISP_H) compiler.h dumper.h gc.h general-slots.h lisp-disunion.h lisp-union.h lisp.h lrecord.h mc-alloc.h number-gmp.h number-mp.h number.h symeval.h symsinit.h text.h vdb.h
 sunplay.o: $(CONFIG_H) $(LISP_H) buffer.h bufslots.h casetab.h charset.h chartab.h compiler.h dumper.h gc.h general-slots.h intl-auto-encap-win32.h lisp-disunion.h lisp-union.h lisp.h lrecord.h mc-alloc.h number-gmp.h number-mp.h number.h sound.h symeval.h symsinit.h sysdep.h sysfile.h syssignal.h syswindows.h text.h vdb.h



More information about the XEmacs-Patches mailing list