From: Nicholas Clark Date: Sat, 21 Apr 2007 17:01:53 +0000 (+0000) Subject: Remove widesyscalls and numeric_compat1, two unused per-interpreter X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0a47c36269dd7ceb55967dee6504b91100f1a78;p=p5sagit%2Fp5-mst-13.2.git Remove widesyscalls and numeric_compat1, two unused per-interpreter variables retained for binary compatibility, something which we no longer maintain back to 5.6.x. p4raw-id: //depot/perl@31013 --- diff --git a/intrpvar.h b/intrpvar.h index 4d19b98..55c5972 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -51,7 +51,6 @@ The C variable which corresponds to Perl's $^W warning variable. */ PERLVAR(Idowarn, U8) -PERLVAR(Iwidesyscalls, bool) /* unused since 5.8.1 */ PERLVAR(Idoextract, bool) PERLVAR(Isawampersand, bool) /* must save all match strings */ PERLVAR(Iunsafe, bool) @@ -341,8 +340,6 @@ PERLVARI(Inumeric_standard, bool, TRUE) PERLVARI(Inumeric_local, bool, TRUE) /* Assume local numerics */ -PERLVAR(Inumeric_compat1, char) - /* Used to be numeric_radix */ #endif /* !USE_LOCALE_NUMERIC */ /* utf8 character classes */