Aidan et al,
On Mon, Nov 22, 2010 at 4:34 PM, Aidan Kehoe <kehoea(a)parhasard.net> wrote:
changeset: 5307:c096d8051f89
tag: tip
user: Aidan Kehoe <kehoea(a)parhasard.net>
date: Sat Nov 20 16:49:11 2010 +0000
files: src/ChangeLog src/abbrev.c src/alloc.c src/bytecode.c src/chartab.c
src/cmds.c src/data.c src/elhash.c src/eval.c src/event-stream.c src/events.c src/events.h
src/file-coding.c src/fileio.c src/fns.c src/font-mgr.c src/frame-msw.c src/glyphs.c
src/indent.c src/intl-win32.c src/lisp.h src/lread.c src/mule-ccl.c src/number.h
src/process-unix.c src/process.c src/profile.c src/unicode.c tests/ChangeLog
tests/automated/lisp-tests.el tests/automated/mule-tests.el
description:
Have NATNUMP give t for positive bignums; check limits appropriately.
I think this patch triggered another one of the VC6 infelicities:
C:\cygwin\usr\local\src\xemacs-21.5-proc-2010-11-25\src\fns.c(4235) :
error C2275: 'Lisp_Object' : illegal use of this type as an expression
C:\cygwin\usr\local\src\xemacs-21.5-proc-2010-11-25\src\lisp-disunion.h(79)
: see declaration of 'Lisp_Object'
C:\cygwin\usr\local\src\xemacs-21.5-proc-2010-11-25\src\fns.c(4235) :
error C2146: syntax error : missing ';' before identifier 'elt'
C:\cygwin\usr\local\src\xemacs-21.5-proc-2010-11-25\src\fns.c(4235) :
error C2065: 'elt' : undeclared identifier
C:\cygwin\usr\local\src\xemacs-21.5-proc-2010-11-25\src\fns.c(4235) :
error C2065: 'tail' : undeclared identifier
C:\cygwin\usr\local\src\xemacs-21.5-proc-2010-11-25\src\fns.c(4235) :
error C2065: 'tortoise_elt' : undeclared identifier
C:\cygwin\usr\local\src\xemacs-21.5-proc-2010-11-25\src\fns.c(4235) :
error C2143: syntax error : missing ';' before 'type'
C:\cygwin\usr\local\src\xemacs-21.5-proc-2010-11-25\src\fns.c(4235) :
error C2065: 'len_elt' : undeclared identifier
NMAKE: fatal error U1077: 'cl' : return code '0x2'
Stop.
Putting an opening brace immediately before the EXTERNAL_LIST_LOOP_3
call on line 4235 of funs.c fixes the compile problem, but I think the
last time this came up you applied a different fix.
Anyway, please holler fix this, or holler if you want me to.
Regards,
Vin
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches