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
commite8f5d322cf720f65a1d24c1219bcedef8af9e6ec (patch)
treee50750525d4a4576033edb283f023891ede2c668 /function.c
parentdc922e3f4c442255ba8deb84c9300aa7e3a6108c (diff)
downloadgunmake-e8f5d322cf720f65a1d24c1219bcedef8af9e6ec.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 3b9f1de..896cbb2 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