summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-04-28 08:43:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-04-28 08:43:23 +0000
commit57c6e6d2d6e8e7d8865d21652c7b582d8731722b (patch)
treeda2f9a9a301777186db17a3fe2c8e32e74ef87f8 /intrpvar.h
parentddc3217d4aaa98853c093e6ed327d581bfffaa03 (diff)
downloadperl-57c6e6d2d6e8e7d8865d21652c7b582d8731722b.tar.gz
Feel-good cleanup.
p4raw-id: //depot/perl@19359
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index e0adc28c1f..d7c4269fda 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -504,10 +504,10 @@ 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 */
-
PERLVAR(Istashcache, HV *) /* Cache to speed up S_method_common */
+PERLVAR(Ireentrant_retint, int) /* Integer return value from reentrant functions */
+
PERLVAR(IDBassertion, SV *)
/* Don't forget to add your variable also to perl_clone()! */