mirror of
https://github.com/mirror/make.git
synced 2026-09-03 13:13:01 +08:00
Porting to VMS, from Hartmut Becker.
This commit is contained in:
7
load.c
7
load.c
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user