fix typo (0 should be NULL)

svn: r14547
This commit is contained in:
Matthew Flatt 2009-04-17 22:48:56 +00:00
parent 59a38c0dad
commit c6a2904928

View File

@ -6090,7 +6090,7 @@ static Scheme_Object *check_top(const char *when, Scheme_Object *form, Scheme_Co
if (NOT_SAME_OBJ(tl_id, SCHEME_STX_SYM(symbol))) {
/* Since the module has a rename for this id, it's certainly defined. */
} else {
modidx = scheme_stx_module_name(0, &symbol, scheme_make_integer(env->genv->phase), NULL, NULL, NULL,
modidx = scheme_stx_module_name(NULL, &symbol, scheme_make_integer(env->genv->phase), NULL, NULL, NULL,
NULL, NULL, NULL, NULL);
if (modidx) {
/* If it's an access path, resolve it: */