From 646ffc275163232ffff0282d5e887ac0bd3eaaab Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 18 Jul 2011 14:19:42 +0200 Subject: [PATCH] In makedef.pl, remove PL_numeric_compat1 from the WinCE skip list. e0a47c36269dd7ce removed PL_numeric_compat1 from the interpreter structure, but missed the reference to it here. --- makedef.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/makedef.pl b/makedef.pl index 8c42a22..cf595e2 100644 --- a/makedef.pl +++ b/makedef.pl @@ -331,7 +331,6 @@ if ($PLATFORM eq 'wince') { PL_collation_standard PL_collxfrm_base PL_collxfrm_mult - PL_numeric_compat1 PL_numeric_local PL_numeric_name PL_numeric_radix_sv -- 1.8.3.1