summaryrefslogtreecommitdiff
path: root/function.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 /function.c
parent4e3485c1d9e9ecd6db6ad4ae1b90572435acca2c (diff)
downloadmake-fcccad19030f421315a145beda45bc4aa68ddab7.tar.gz
Porting to VMS, from Hartmut Becker.
Diffstat (limited to 'function.c')
-rw-r--r--function.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/function.c b/function.c
index 3b9f1dea..896cbb2a 100644
--- a/function.c
+++ b/function.c
@@ -1626,6 +1626,7 @@ func_shell_base (char *o, char **argv, int trim_newlines)
{
fprintf (stderr, "This platform does not support shell\n");
die (EXIT_FAILURE);
+ return NULL;
}
#define func_shell 0