From 4d93afd6b29b5e9412bf5668cd29619d420ef54c Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Wed, 10 Sep 2003 19:25:55 +0000 Subject: [PATCH] Accidentally left source/common/hbstr.c off list of files for hb_strVal change --- harbour/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ba9465a913..e184cf3e0f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -12,6 +12,7 @@ * config/os2/icc.cf ! Disabled the LONGLONG and UNLONGLONG definitions in hbdefs.h, which only work for GCC and Windows, by defining HB_LONG_LONG_OFF. + * source/common/hbstr.c * source/compiler/harbour.l * source/rtl/val.c ! Moved the duplicate definitions of hb_strVal to source/common/hbstr.c.