~ chicken-core (chicken-5) 6e404cf65b98fbe8e347c66e1bfa7869c79ee400


commit 6e404cf65b98fbe8e347c66e1bfa7869c79ee400
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Jan 9 13:11:35 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Jan 9 13:11:35 2010 +0100

    forgot to commit

diff --git a/chicken.h b/chicken.h
index e3f164da..0e9e4a4b 100644
--- a/chicken.h
+++ b/chicken.h
@@ -401,6 +401,7 @@ typedef unsigned __int64   uint64_t;
 # define C_WORD_SIZE              32
 #endif
 
+#define C_MOST_POSITIIVE_32_BIT_FIXNUM  0x3fffffff
 #define C_MOST_NEGATIVE_FIXNUM    (-C_MOST_POSITIVE_FIXNUM - 1)
 
 #ifdef C_SIXTY_FOUR
Trap