svn: r3413
This commit is contained in:
Matthew Flatt 2006-06-19 11:58:14 +00:00
parent fb2520d6ac
commit ca551b65b1
3 changed files with 4191 additions and 4188 deletions

View File

@ -602,7 +602,7 @@ typedef struct Scheme_Object *(Scheme_Primitive_Closure_Proc)(int argc, struct S
typedef struct {
Scheme_Object so;
short flags;
unsigned short flags;
} Scheme_Prim_Proc_Header;
typedef struct {

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,6 @@
#define MZSCHEME_VERSION_MAJOR 350
#define MZSCHEME_VERSION_MINOR 0
#define MZSCHEME_VERSION_MINOR 1
#define MZSCHEME_VERSION "350" _MZ_SPECIAL_TAG
#define MZSCHEME_VERSION "350.1" _MZ_SPECIAL_TAG