diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-28 08:43:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-28 08:43:23 +0000 |
commit | 57c6e6d2d6e8e7d8865d21652c7b582d8731722b (patch) | |
tree | da2f9a9a301777186db17a3fe2c8e32e74ef87f8 /intrpvar.h | |
parent | ddc3217d4aaa98853c093e6ed327d581bfffaa03 (diff) | |
download | perl-57c6e6d2d6e8e7d8865d21652c7b582d8731722b.tar.gz |
Feel-good cleanup.
p4raw-id: //depot/perl@19359
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 4 |
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()! */ |