[patch] define SIZEOF_LONG and true/false for lib-src/pointer-set.c

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[patch] define SIZEOF_LONG and true/false for lib-src/pointer-set.c

Lee Duhem
pointer-set.c need SIZEOF_LONG and true/false, but can't find they definitions.
This patch fix this problem.

lee

ChangeLog:

2009-09-02  Lee Duhem  <[hidden email]>

        * configure.ac: Check size of long.
        * lib-src/pointer-set.c: Define true and false.

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

pointer-set.patch (1K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [patch] define SIZEOF_LONG and true/false for lib-src/pointer-set.c

Paolo Bonzini-2
On 09/02/2009 05:46 PM, Lee Duhem wrote:
> pointer-set.c need SIZEOF_LONG and true/false, but can't find they definitions.
> This patch fix this problem.

Oops, indeed I didn't mean to push that patch as I had no time to
compile it.  Fixed now; I used your configure.ac hunk but changed the
"while (true)" to "for (;;)" instead in lib-src/pointer-set.c.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk