From 418ace47e189d574831af992c719146f7cb8a8e6 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Mon, 26 Feb 2001 18:48:18 +0000 Subject: [PATCH] 2001-02-26 13:45 UTC-0500 David G. Holm --- harbour/ChangeLog | 6 ++++++ harbour/include/hbapigt.h | 9 ++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6c982d91c8..30852c44b6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +2001-02-26 13:45 UTC-0500 David G. Holm + + * include/hbapigt.h + * Changed '#ifdef 0' block on line 78 to a comment block in order to + avoid GCC warnings about the #ifdef argument starting with a digit. + 2001-02-26 13:15 UTC-0500 David G. Holm * make_gnu.cmd diff --git a/harbour/include/hbapigt.h b/harbour/include/hbapigt.h index baaab0a7a3..a9ac4d1ef4 100644 --- a/harbour/include/hbapigt.h +++ b/harbour/include/hbapigt.h @@ -75,11 +75,11 @@ extern "C" { #define HB_CLR_MAX_ HB_CLR_UNSELECTED /* strings for borders (same as box.ch, but defined for use by C) */ -#ifdef 0 + /* Note. This part will never be used, but is being kept in the source, so that if you use code page 437, you can see what the line - draw characters are supposed to look like. */ - /*01234567*/ + draw characters are supposed to look like. + 01234567 #define _B_SINGLE "ÚÄ¿³ÙÄÀ³" #define _B_DOUBLE "ÉÍ»º¼ÍȺ" #define _B_SINGLE_DOUBLE "ÖÄ·º½ÄÓº" @@ -88,7 +88,7 @@ extern "C" { #define HB_B_SINGLE_H 'Ä' #define HB_B_DOUBLE_V 'º' #define HB_B_DOUBLE_H 'Í' -#else +*/ #define _B_SINGLE "\xda\xc4\xbf\xb3\xd9\xc4\xc0\xb3" #define _B_DOUBLE "\xc9\xcd\xbb\xba\xbc\xcd\xc8\xba" #define _B_SINGLE_DOUBLE "\xd6\xc4\xb7\xba\xbd\xc4\xd3\xba" @@ -97,7 +97,6 @@ extern "C" { #define HB_B_SINGLE_H '\xc4' #define HB_B_DOUBLE_V '\xb3' #define HB_B_DOUBLE_H '\xc4' -#endif /* Used to tell hb_gt_SetPos() when the cursor position is being set. Before or after text is or was displayed.