# HG changeset patch # User stephent # Date 1186596374 0 # Node ID e91cf17f6ab798bd51eed652fed39c8e8f6d4d90 # Parent 23d7fde3d773bb6368597f81b6feb7df00a4d603 [xemacs-hg @ 2007-08-08 18:06:11 by stephent] Fix build. <87y7j71ze2.fsf@uwakimon.sk.tsukuba.ac.jp> diff -r 23d7fde3d773 -r e91cf17f6ab7 src/ChangeLog --- 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 + + * 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 * eval.c (Feval): Fix, stick with original error messages instead diff -r 23d7fde3d773 -r e91cf17f6ab7 src/sunpro.c --- 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 #include "lisp.h" @@ -51,6 +57,7 @@ #else (int UNUSED (nargs), Lisp_Object *UNUSED (args)) #endif + ) { #ifdef USAGE_TRACKING Lisp_Object xs;