350.1
svn: r3413
This commit is contained in:
parent
fb2520d6ac
commit
ca551b65b1
|
@ -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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user