Porting to VMS, from Hartmut Becker.

This commit is contained in:
Paul Smith
2013-05-27 13:01:48 -04:00
parent dc922e3f4c
commit e8f5d322cf
8 changed files with 58 additions and 40 deletions

7
load.c
View File

@@ -231,11 +231,10 @@ load_file (const gmk_floc *flocp, const char **ldname, int noerror)
return 0;
}
int
unload_file (struct file *file)
void
unload_file (const char *name)
{
fatal (flocp, "INTERNAL: Cannot unload when load is not supported!");
return 0;
fatal (NILF, "INTERNAL: Cannot unload when load is not supported!");
}
#endif /* MAKE_LOAD */