diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-10-01 23:28:36 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-14 17:18:05 +0100 |
commit | 627364f14af689f968a4854d02bdcc59ee644657 (patch) | |
tree | 46d02fa1c9cc5bc3134242965ad1851b66ee7a21 /intrpvar.h | |
parent | 9ebf26ad4d30e289feeaec20ee238d6874f4b27e (diff) | |
download | perl-627364f14af689f968a4854d02bdcc59ee644657.tar.gz |
Eliminate PL_dirty
It now only exists as a compatibility macro for extensions that want to
introspect it.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h index 52e97119de..1ba3ab8000 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -248,8 +248,6 @@ PERLVAR(Iregmatch_state, regmatch_state *) PERLVAR(Idelaymagic, U16) /* ($<,$>) = ... */ PERLVAR(Ilocalizing, U8) /* are we processing a local() list? */ PERLVAR(Icolorset, bool) /* from regcomp.c */ -PERLVARI(Idirty, bool, FALSE) /* in the middle of tearing things - down? */ PERLVAR(Iin_eval, U8) /* trap "fatal" errors? */ PERLVAR(Itainted, bool) /* using variables controlled by $< */ |