remove registration of scheme_overflow_reply, because it isn't a static variable!

svn: r6220
This commit is contained in:
Matthew Flatt 2007-05-13 09:03:46 +00:00
parent 878df8e99c
commit 3102754b98

View File

@ -509,8 +509,6 @@ scheme_init_fun (Scheme_Env *env)
original_default_prompt = MALLOC_ONE_TAGGED(Scheme_Prompt);
original_default_prompt->so.type = scheme_prompt_type;
original_default_prompt->tag = scheme_default_prompt_tag;
REGISTER_SO(scheme_overflow_reply);
}
Scheme_Object *