summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-15 08:28:38 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-15 08:28:38 +0000
commit265e892fede07013088e383bc630b8186c8b6e7c (patch)
tree84cb6c76702a948af851a30d425e4bd28b3e817e /crypto/crypto-lib.com
parent623e9e66c0de2981420af35c9f06b2c900538d22 (diff)
Sometimes, the value of the variable containing the compiler call can
become rather large. This becomes a problem when the default 1024 character large buffer that WRITE uses isn't enough. WRITE/SYMBOL uses a 2048 byte large buffer instead.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index fa787867a5..7fb5b4e916 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -1328,7 +1328,7 @@ $ CC4 = CC - CCDISABLEWARNINGS + CC4DISABLEWARNINGS
$!
$! Show user the result
$!
-$ WRITE SYS$OUTPUT "Main C Compiling Command: ",CC
+$ WRITE/SYMBOL SYS$OUTPUT "Main C Compiling Command: ",CC
$!
$! Else The User Entered An Invalid Arguement.
$!
@@ -1359,7 +1359,7 @@ $ IF ARCH .EQS. "AXP" THEN MACRO = "MACRO/MIGRATION/''DEBUGGER'/''MACRO_OPTIMIZE
$!
$! Show user the result
$!
-$ WRITE SYS$OUTPUT "Main MACRO Compiling Command: ",MACRO
+$ WRITE/SYMBOL SYS$OUTPUT "Main MACRO Compiling Command: ",MACRO
$!
$! Time to check the contents, and to make sure we get the correct library.
$!