From 9953f4cee02f2781ee5da2e42bcb837c1a849cb0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 12 Dec 2013 20:45:59 +0200 Subject: First round of VMS changes. --- main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index e0bc1954..a47b025e 100644 --- a/main.c +++ b/main.c @@ -194,6 +194,10 @@ static const struct option optab[] = { { NULL, 0, NULL, '\0' } }; +/* VMS needs some special fix-ups for the program name */ +#ifdef __VMS +#include "vms_gawk_main_wrapper.c" +#endif /* main --- process args, parse program, run it, clean up */ -- cgit v1.2.3 From 07296693d0b748f6e6040f988099177d877f1229 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 12 Dec 2013 21:00:00 +0200 Subject: Further changes. --- main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index a47b025e..4f77510f 100644 --- a/main.c +++ b/main.c @@ -194,11 +194,6 @@ static const struct option optab[] = { { NULL, 0, NULL, '\0' } }; -/* VMS needs some special fix-ups for the program name */ -#ifdef __VMS -#include "vms_gawk_main_wrapper.c" -#endif - /* main --- process args, parse program, run it, clean up */ int -- cgit v1.2.3