From fb151edad46d159d34277d35143b30775b4f20bf Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Wed, 30 Jul 2003 18:32:38 +0000 Subject: [PATCH] See ChangeLog entry 2003-07-30 14:30 UTC-0400 David G. Holm CVS: ---------------------------------------------------------------------- --- harbour/ChangeLog | 4 ++++ harbour/include/set.ch | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0494c7a99e..2fbe45ee08 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-07-30 14:30 UTC-0400 David G. Holm + * include/set.ch + ! Indicate that there are six (6) Harbour SET extensions. + 2003-07-30 08:28 UTC+0300 Chen Kedem * doc/en/set.txt + Added _SET_EOF text from the changelog entry written by diff --git a/harbour/include/set.ch b/harbour/include/set.ch index a063b32593..8520d7c923 100644 --- a/harbour/include/set.ch +++ b/harbour/include/set.ch @@ -122,6 +122,6 @@ #define _SET_EOF 105 /* Harbour extension */ #define HB_SET_BASE 100 -#define HB_SET_COUNT 2 +#define HB_SET_COUNT 6 #endif /* _SET_CH */