fix leftover MZEXN_MISC_UNSUPPORTED

svn: r9154
This commit is contained in:
Matthew Flatt 2008-04-03 15:40:34 +00:00
parent 6a0150d518
commit 3801bca204

View File

@ -400,7 +400,7 @@ static Scheme_Object *do_load_extension(const char *filename,
filename);
#endif
#ifdef NO_DYNAMIC_LOAD
scheme_raise_exn(MZEXN_MISC_UNSUPPORTED,
scheme_raise_exn(MZEXN_FAIL_UNSUPPORTED,
"load-extension: not supported on this platform");
return NULL;
#else