From e8f5d322cf720f65a1d24c1219bcedef8af9e6ec Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 27 May 2013 13:01:48 -0400 Subject: Porting to VMS, from Hartmut Becker. --- function.c | 1 + 1 file changed, 1 insertion(+) (limited to 'function.c') 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 -- cgit v1.2.3