summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--intrpvar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 749be42395..ffe59c84f1 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -445,7 +445,7 @@ PERLVAR(Isighandlerp, Sighandler_t)
PERLVARA(Ibody_roots, PERL_ARENA_ROOTS_SIZE, void*) /* array of body roots */
-/* Space for an int */
+PERLVAR(Iunicode, U32) /* Unicode features: $ENV{PERL_UNICODE} or -C */
PERLVARI(Imaxo, int, MAXO) /* maximum number of ops */
@@ -634,10 +634,6 @@ PERLVARI(Iunitcheckav_save, AV*, NULL) /* save UNITCHECK{}s when compiling */
PERLVARI(Iclocktick, long, 0) /* this many times() ticks in a second */
-/* Space for an int */
-
-PERLVAR(Iunicode, U32) /* Unicode features: $ENV{PERL_UNICODE} or -C */
-
PERLVAR(Isignals, U32) /* Using which pre-5.8 signals */
PERLVAR(Ireentrant_retint, int) /* Integer return value from reentrant functions */