more corrections for unquoted-printing string addition
More repairs to cbfcc904ab
. Thanks to Ryan for noticing
the problems.
This commit is contained in:
parent
d062212ebc
commit
2092deab28
|
@ -2226,7 +2226,7 @@ static Scheme_Object *unquoted_printing_string(int argc, Scheme_Object **argv)
|
|||
Scheme_Object *o;
|
||||
|
||||
if (!SCHEME_CHAR_STRINGP(argv[0]))
|
||||
scheme_wrong_contract("unquoted-printing-string", "string", 0, argc, argv);
|
||||
scheme_wrong_contract("unquoted-printing-string", "string?", 0, argc, argv);
|
||||
|
||||
o = scheme_alloc_small_object();
|
||||
o->type = scheme_unquoted_printing_string_type;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
finally, set EXPECTED_PRIM_COUNT to the right value and
|
||||
USE_COMPILED_STARTUP to 1 and `make' again. */
|
||||
|
||||
#define USE_COMPILED_STARTUP 0
|
||||
#define USE_COMPILED_STARTUP 1
|
||||
|
||||
#define EXPECTED_PRIM_COUNT 1159
|
||||
#define EXPECTED_UNSAFE_COUNT 141
|
||||
|
|
Loading…
Reference in New Issue
Block a user