summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-17 16:42:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-17 16:42:49 +0000
commita385c4e7bdc7cbc9f50e4f013b7a373e7450e199 (patch)
tree5b6ebfc5774e498e12a1e8a67edefaa95fe36b31 /pp_ctl.c
parent8437356be6fd345ccac4c061ec80c5c086c926c8 (diff)
downloadperl-a385c4e7bdc7cbc9f50e4f013b7a373e7450e199.tar.gz
(retracted by #12485)
Avoid dollar signs in identifiers (in non-VMS) to placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP). p4raw-id: //depot/perl@12475
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index 09c1a190c6..804e84f929 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3322,7 +3322,7 @@ trylocal: {
RETPUSHUNDEF;
}
else
- SETERRNO(0, SS$_NORMAL);
+ SETERRNO(0, VMS_SS_NORMAL);
/* Assume success here to prevent recursive requirement. */
len = strlen(name);