From mboxrd@z Thu Jan 1 00:00:00 1970 From: gjb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile ports.c symbols.h tags.h Date: Fri, 17 Dec 1999 12:11:00 -0000 Message-id: <19991217201135.26650.qmail@sourceware.cygnus.com> X-SW-Source: 1999-q4/msg00192.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: gjb@sourceware.cygnus.com 99/12/17 12:11:34 Modified files: guile-core/libguile: ports.c symbols.h tags.h Log message: * tags.h (SCM_ECONSP, SCM_NECONSP): Fix these macros to have the SCM_NIMP test integrated into an || clause that I'd missed before and was causing a segfault in the regression tests. * symbols.h (SCM_ROUCHARS): Make cast be to (unsigned char *), not (char *); fixes a problem reported by the regression test ports.test. * ports.c: Fixed a couple of arg/number mismatches in SCM_VALIDATE_ macros. Now passes the (not-comprehensive) guile-modules test-suite again!