summaryrefslogtreecommitdiff
path: root/load.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-27 13:01:48 -0400
committerPaul Smith <psmith@gnu.org>2013-05-27 13:01:48 -0400
commitfcccad19030f421315a145beda45bc4aa68ddab7 (patch)
treee50750525d4a4576033edb283f023891ede2c668 /load.c
parent4e3485c1d9e9ecd6db6ad4ae1b90572435acca2c (diff)
downloadmake-fcccad19030f421315a145beda45bc4aa68ddab7.tar.gz
Porting to VMS, from Hartmut Becker.
Diffstat (limited to 'load.c')
-rw-r--r--load.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/load.c b/load.c
index e93822ec..165153a4 100644
--- a/load.c
+++ b/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 */