From bb5b16a36cf67530c1222297f44b3f661f5105af Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 14 May 2001 11:53:37 +0000 Subject: [PATCH] Make it so the compiler doesn't inform me about the dollars in some symbols. --- crypto/rand/rand_vms.c | 3 +++ 1 file changed, 3 insertions(+) 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 { -- 2.34.1