|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
clisp-cvs Digest, Vol 42, Issue 25Send clisp-cvs mailing list submissions to
clisp-cvs@... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/clisp-cvs or, via email, send a message with subject or body 'help' to clisp-cvs-request@... You can reach the person managing the list at clisp-cvs-owner@... When replying, please edit your Subject line so it is more specific than "Re: Contents of clisp-cvs digest..." CLISP CVS commits for today Today's Topics: 1. clisp/src ChangeLog,1.7183,1.7184 spvw_garcol.d,1.138,1.139 (Vladimir Tzankov) ---------------------------------------------------------------------- Message: 1 Date: Fri, 30 Oct 2009 13:06:15 +0000 From: Vladimir Tzankov <vtz@...> Subject: clisp/src ChangeLog,1.7183,1.7184 spvw_garcol.d,1.138,1.139 To: clisp-cvs@... Message-ID: <E1N3rBH-0008Bs-PF@...> Update of /cvsroot/clisp/clisp/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31355/src Modified Files: ChangeLog spvw_garcol.d Log Message: (gc_sweep1_varobject_page): fix the build when HAVE_SMALL_SSTRING is not defined Index: spvw_garcol.d =================================================================== RCS file: /cvsroot/clisp/clisp/src/spvw_garcol.d,v retrieving revision 1.138 retrieving revision 1.139 diff -u -d -r1.138 -r1.139 --- spvw_garcol.d 26 Jul 2009 13:26:18 -0000 1.138 +++ spvw_garcol.d 30 Oct 2009 13:06:11 -0000 1.139 @@ -1153,6 +1153,7 @@ #endif /* object marked Elimination of forward pointers: */ + #ifdef HAVE_SMALL_SSTRING /* smart compiler should eliminate this branch when HAVE_SMALL_SSTRINGS is not defined. */ #ifdef SPVW_PURE @@ -1174,6 +1175,7 @@ } } else + #endif /* HAVE_SMALL_SSTRING */ #ifdef SPVW_PURE if (instance_p(heapnr,p2)) #else Index: ChangeLog =================================================================== RCS file: /cvsroot/clisp/clisp/src/ChangeLog,v retrieving revision 1.7183 retrieving revision 1.7184 diff -u -d -r1.7183 -r1.7184 --- ChangeLog 29 Oct 2009 21:41:23 -0000 1.7183 +++ ChangeLog 30 Oct 2009 13:06:10 -0000 1.7184 @@ -1,3 +1,8 @@ +2009-10-30 Vladimir Tzankov <vtzankov@...> + + * spvw_garcol.d (gc_sweep1_varobject_page): fix the build when + HAVE_SMALL_SSTRING is not defined + 2009-10-29 Sam Steingold <sds@...> * compiler.lisp (ignore-check, value-form-index): revert last patch: ------------------------------ ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference ------------------------------ _______________________________________________ clisp-cvs mailing list clisp-cvs@... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 42, Issue 25 ***************************************** ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ clisp-devel mailing list clisp-devel@... https://lists.sourceforge.net/lists/listinfo/clisp-devel |
| Free embeddable forum powered by Nabble | Forum Help |