From d7191fbbe1300444e85c0118503013d9a2869ff6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 10 Nov 2009 06:16:15 +0000 Subject: [PATCH] 2009-11-10 07:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/codepage/Makefile * include/hbextcdp.ch ! Deleted references to deleted CPs. --- harbour/ChangeLog | 5 +++++ harbour/include/hbextcdp.ch | 2 -- harbour/src/codepage/Makefile | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 545c43bdd7..408a8d33f9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-10 07:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * src/codepage/Makefile + * include/hbextcdp.ch + ! Deleted references to deleted CPs. + 2009-11-10 04:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * doc/xhb-diff.txt ! Typos. diff --git a/harbour/include/hbextcdp.ch b/harbour/include/hbextcdp.ch index fae4275c5b..95e489d353 100644 --- a/harbour/include/hbextcdp.ch +++ b/harbour/include/hbextcdp.ch @@ -86,9 +86,7 @@ EXTERNAL HB_CODEPAGE_HRWIN EXTERNAL HB_CODEPAGE_HU852 EXTERNAL HB_CODEPAGE_HU852S EXTERNAL HB_CODEPAGE_HUISO -EXTERNAL HB_CODEPAGE_HUISOS EXTERNAL HB_CODEPAGE_HUWIN -EXTERNAL HB_CODEPAGE_HUWINS EXTERNAL HB_CODEPAGE_IT437 EXTERNAL HB_CODEPAGE_IT850 EXTERNAL HB_CODEPAGE_ITISB diff --git a/harbour/src/codepage/Makefile b/harbour/src/codepage/Makefile index 61b8418d04..f7868531e2 100644 --- a/harbour/src/codepage/Makefile +++ b/harbour/src/codepage/Makefile @@ -35,9 +35,7 @@ C_SOURCES := \ cphu852.c \ cphu852s.c \ cphuiso.c \ - cphuisos.c \ cphuwin.c \ - cphuwins.c \ cpit437.c \ cpit850.c \ cpitisb.c \