aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-12 21:00:00 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-12 21:00:00 +0200
commit07296693d0b748f6e6040f988099177d877f1229 (patch)
treef4edce025ad581ab614fec77ffe7af9be8690005 /main.c
parent25e276741ea0a8fb6503a4c060610827dac55825 (diff)
downloadegawk-07296693d0b748f6e6040f988099177d877f1229.tar.gz
egawk-07296693d0b748f6e6040f988099177d877f1229.tar.bz2
egawk-07296693d0b748f6e6040f988099177d877f1229.zip
Further changes.
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 0 insertions, 5 deletions
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