summaryrefslogtreecommitdiff
path: root/byterun.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun.h')
-rw-r--r--byterun.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/byterun.h b/byterun.h
index e8f4cc1e3c..bd54c76e76 100644
--- a/byterun.h
+++ b/byterun.h
@@ -177,8 +177,8 @@ EXT int optype_size[]
;
#define INIT_SPECIALSV_LIST STMT_START { \
- specialsv_list[0] = Nullsv; \
- specialsv_list[1] = &sv_undef; \
- specialsv_list[2] = &sv_yes; \
- specialsv_list[3] = &sv_no; \
+ PL_specialsv_list[0] = Nullsv; \
+ PL_specialsv_list[1] = &PL_sv_undef; \
+ PL_specialsv_list[2] = &PL_sv_yes; \
+ PL_specialsv_list[3] = &PL_sv_no; \
} STMT_END