From: Richard Levitte Date: Mon, 14 May 2001 11:53:37 +0000 (+0000) Subject: Make it so the compiler doesn't inform me about the dollars in some X-Git-Tag: OpenSSL_0_9_6c~182^2~169 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bb5b16a36cf67530c1222297f44b3f661f5105af;p=oweals%2Fopenssl.git Make it so the compiler doesn't inform me about the dollars in some symbols. --- diff --git a/crypto/rand/rand_vms.c b/crypto/rand/rand_vms.c index 924ef1ba89..3e95651e58 100644 --- a/crypto/rand/rand_vms.c +++ b/crypto/rand/rand_vms.c @@ -65,6 +65,9 @@ #include #include #include +#ifdef __DECC +# pragma message disable DOLLARID +#endif static struct items_data_st {