diff src/ChangeLog @ 4078:6f05405e63fc

[xemacs-hg @ 2007-07-26 11:15:04 by aidan] Fix the union build; thank you Robert Delius Royar.
author aidan
date Thu, 26 Jul 2007 11:15:08 +0000
parents c098c0d9125f
children 1abf84db2c7f
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 25 21:51:21 2007 +0000
+++ b/src/ChangeLog	Thu Jul 26 11:15:08 2007 +0000
@@ -1,3 +1,10 @@
+2007-07-26  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* mule-ccl.c (ccl_driver):
+	op is an integer, not a Lisp_Object; don't use it to temporarily
+	store a Lisp_Object. This change fixes the union build; thank you
+	for the report, Robert Delius Royar. 
+
 2007-07-23  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* text.c: