From 91487cfc840e1faf4dbb6a4f7eb906993cbed22f Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 17 Oct 2001 23:57:15 +0000 Subject: Oh, bother. In Tru64 cc -std1 was looking rather nice in speed (upto 20% speedup in certain operations) but meanwhile regexps and arithmetics got slower (5-10%) (according to perlbench average speedup is negligible, and within measuring flutter, 1%). Therefore retracting all the changes aimed at getting -std1 to compile cleanly: #12475, #12476, #12479, #12480, #12481, #12482, #12483, #12484. p4raw-id: //depot/perl@12485 --- pp_ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp_ctl.c') diff --git a/pp_ctl.c b/pp_ctl.c index 804e84f929..09c1a190c6 100644 --- a/pp_ctl.c +++ b/pp_ctl.c @@ -3322,7 +3322,7 @@ trylocal: { RETPUSHUNDEF; } else - SETERRNO(0, VMS_SS_NORMAL); + SETERRNO(0, SS$_NORMAL); /* Assume success here to prevent recursive requirement. */ len = strlen(name); -- cgit v1.2.1