diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-17 16:42:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-17 16:42:49 +0000 |
commit | a385c4e7bdc7cbc9f50e4f013b7a373e7450e199 (patch) | |
tree | 5b6ebfc5774e498e12a1e8a67edefaa95fe36b31 /perl.c | |
parent | 8437356be6fd345ccac4c061ec80c5c086c926c8 (diff) | |
download | perl-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 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1416,7 +1416,7 @@ print \" \\@INC:\\n @INC\\n\";"); /* now parse the script */ - SETERRNO(0,SS$_NORMAL); + SETERRNO(0,VMS_SS_NORMAL); PL_error_count = 0; #ifdef MACOS_TRADITIONAL if (gMacPerl_SyntaxError = (yyparse() || PL_error_count)) { |