From 836a2a8d03e85accc3d257e5d496fafd572180e1 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 19 Jul 2011 15:17:46 +0200 Subject: In makedef.pl, remove PL_archpat_auto from 3 skip lists. PL_archpat_auto was eliminated by commit a7cb1f9979dd83ab in 1999 - "support for v5.5.640 style version numbers". --- makedef.pl | 3 --- 1 file changed, 3 deletions(-) (limited to 'makedef.pl') diff --git a/makedef.pl b/makedef.pl index 9f678f80f4..62e14a6e78 100644 --- a/makedef.pl +++ b/makedef.pl @@ -272,7 +272,6 @@ if ($PLATFORM ne 'os2') { if ($PLATFORM eq 'win32') { skip_symbols [qw( PL_statusvalue_vms - PL_archpat_auto PL_DBcv PL_generation PL_lastgotoprobe @@ -296,7 +295,6 @@ elsif ($PLATFORM ne 'vms') { if ($PLATFORM eq 'wince') { skip_symbols [qw( PL_statusvalue_vms - PL_archpat_auto PL_DBcv PL_generation PL_lastgotoprobe @@ -404,7 +402,6 @@ elsif ($PLATFORM eq 'os2') { elsif ($PLATFORM eq 'netware') { skip_symbols [qw( PL_statusvalue_vms - PL_archpat_auto PL_DBcv PL_generation PL_lastgotoprobe -- cgit v1.2.1