summaryrefslogtreecommitdiff
path: root/packages/vms/config_h.com
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vms/config_h.com')
-rw-r--r--packages/vms/config_h.com12
1 files changed, 1 insertions, 11 deletions
diff --git a/packages/vms/config_h.com b/packages/vms/config_h.com
index 6973eacf1..af97eb118 100644
--- a/packages/vms/config_h.com
+++ b/packages/vms/config_h.com
@@ -28,7 +28,7 @@ $!
$! This procedure may not guess the options correctly for all architectures,
$! and is a work in progress.
$!
-$! Copyright 2011 - 2020, John Malmberg
+$! Copyright 2011 - 2021, John Malmberg
$!
$! Permission to use, copy, modify, and/or distribute this software for any
$! purpose with or without fee is hereby granted, provided that the above
@@ -1855,16 +1855,6 @@ $ write tf "#endif"
$ goto cfgh_in_loop1
$ endif
$!
-$! Process RETSIGTYPE directive
-$!----------------------------------
-$ if key2 .eqs. "RETSIGTYPE"
-$ then
-$ write tf "#ifndef RETSIGTYPE"
-$ write tf "#define RETSIGTYPE void"
-$ write tf "#endif"
-$ goto cfgh_in_loop1
-$ endif
-$!
$! Process STDC_HEADERS (SAMBA!)
$!---------------------------
$ if key2 .eqs. "STDC_HEADERS"