diff src/ChangeLog @ 4430:d00347ec8289

Fix instantiate_method prototype This adds the additional no_fallback argument from the previous patch
author Didier Verna <didier@xemacs.org>
date Thu, 28 Feb 2008 10:29:08 +0100
parents 515b91f904c1
children 87ef74baf946
line wrap: on
line diff
--- a/src/ChangeLog	Wed Feb 27 08:54:25 2008 -0800
+++ b/src/ChangeLog	Thu Feb 28 10:29:08 2008 +0100
@@ -1,3 +1,8 @@
+2008-02-28  Didier Verna  <didier@xemacs.org>
+
+	* specifier.h (struct specifier_methods): Fix instantiate_method
+	prototype to match the changes below.
+
 2008-02-26  Didier Verna  <didier@xemacs.org>
 
 	* specifier.c (CHECK_INSTANCE_ENTRY): See below.