summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index bd68c411b0..4e62d06504 100644
--- a/perl.c
+++ b/perl.c
@@ -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)) {