Add S48_EQ_P which is the same as the previous S48_EQ.
Merged from Scheme 48 0.56.
This commit is contained in:
parent
fd264012b9
commit
b42bc454e3
|
@ -14,6 +14,8 @@ extern int s48_add_external_init(void (*init)());
|
|||
|
||||
/* Misc stuff */
|
||||
|
||||
#define S48_EQ_P(v1, v2) ((v1) == (v2))
|
||||
/* Superceded name for the above definition, retained for compatibility. */
|
||||
#define S48_EQ(v1, v2) ((v1) == (v2))
|
||||
|
||||
#define S48_MAX_FIXNUM_VALUE ((1 << 29) - 1)
|
||||
|
|
Loading…
Reference in New Issue