summaryrefslogtreecommitdiffstats
path: root/crypto/des/des-lib.com
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/des-lib.com')
-rw-r--r--crypto/des/des-lib.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/des-lib.com b/crypto/des/des-lib.com
index 2aea7a0dea..fc2c35a1ce 100644
--- a/crypto/des/des-lib.com
+++ b/crypto/des/des-lib.com
@@ -846,8 +846,8 @@ $ ENDIF
$!
$! Set Up Initial CC Definitions, Possibly With User Ones
$!
-$ CCDEFS = "VMS=1"
-$ IF F$TYPE(USER_CCDEFS) .NES. "" THEN CCDEFS = CCDEFS + "," + USER_CCDEFS
+$ CCDEFS = ""
+$ IF F$TYPE(USER_CCDEFS) .NES. "" THEN CCDEFS = USER_CCDEFS
$ CCEXTRAFLAGS = ""
$ IF F$TYPE(USER_CCFLAGS) .NES. "" THEN CCEXTRAFLAGS = USER_CCFLAGS
$ CCDISABLEWARNINGS = ""