changeset 4105:e91cf17f6ab7

[xemacs-hg @ 2007-08-08 18:06:11 by stephent] Fix build. <87y7j71ze2.fsf@uwakimon.sk.tsukuba.ac.jp>
author stephent
date Wed, 08 Aug 2007 18:06:14 +0000
parents 23d7fde3d773
children f4b1f7f86ac9
files src/ChangeLog src/sunpro.c
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Aug 08 14:54:43 2007 +0000
+++ b/src/ChangeLog	Wed Aug 08 18:06:14 2007 +0000
@@ -1,3 +1,9 @@
+2007-08-04  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* sunpro.c (Fut_log_text): Fix mismatched parentheses, reorganize.
+	Thanks to Paul Keusemann (for a suggested patch) and Rob McMahon
+	for  reporting the issue.
+
 2007-08-08  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* eval.c (Feval): Fix, stick with original error messages instead
--- a/src/sunpro.c	Wed Aug 08 14:54:43 2007 +0000
+++ b/src/sunpro.c	Wed Aug 08 18:06:14 2007 +0000
@@ -21,6 +21,12 @@
 
 /* Synched up with: Not in FSF. */
 
+/* Commentary:
+
+According to Paul Keusemann in <20070802140358.GA19566@visi.com>, this
+feature probably still works as of 2007-08-02.  However, that doesn't seem
+reliable since there doesn't seem to be a way to configure it! */
+
 #include <config.h>
 #include "lisp.h"
 
@@ -51,6 +57,7 @@
 #else
        (int UNUSED (nargs), Lisp_Object *UNUSED (args))
 #endif
+       )
 {
 #ifdef USAGE_TRACKING
   Lisp_Object xs;