Check if we've already loaded a dynamic module under a different name.

This commit is contained in:
Sjoerd Mullender 1995-06-12 15:51:34 +00:00
parent 7d0bc8343f
commit fbe6d33ffd
3 changed files with 38 additions and 5 deletions

View file

@ -37,6 +37,6 @@ extern struct filedescr {
extern object *import_modules;
extern object *load_dynamic_module PROTO((char *name, char *pathname));
extern object *load_dynamic_module PROTO((char *name, char *pathname, FILE *));
extern int import_maxsuffixsize;