From 66545e2f9aeb75b13dcb60acdbebb68c2255f934 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 15 Dec 2001 12:43:47 +0000 Subject: [PATCH] 2001-12-15 13:43 UTC+0100 Viktor Szakats --- harbour/ChangeLog | 11 +++++ harbour/contrib/libct/Makefile | 82 ++++++++++------------------------ harbour/contrib/libgt/Makefile | 2 +- harbour/source/vm/classes.c | 2 +- 4 files changed, 37 insertions(+), 60 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5fb79b0f11..833fc17b58 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,17 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2001-12-15 13:43 UTC+0100 Viktor Szakats + + * contrib/libct/Makefile + ! Fixed tabs, EOF + + * contrib/libgt/Makefile + ! Fixed LIBNAME + + * source/vm/classes.c + ! missing "static" keyword + 2001-12-15 12:32 UTC+0100 Viktor Szakats * TODO diff --git a/harbour/contrib/libct/Makefile b/harbour/contrib/libct/Makefile index b9e55c818d..1fa7adf498 100644 --- a/harbour/contrib/libct/Makefile +++ b/harbour/contrib/libct/Makefile @@ -5,33 +5,33 @@ ROOT = ../../ C_SOURCES = \ - addascii.c \ - asciisum.c \ - ascpos.c \ - atadjust.c \ - atnum.c \ - atrepl.c \ + addascii.c \ + asciisum.c \ + ascpos.c \ + atadjust.c \ + atnum.c \ + atrepl.c \ bit2.c \ - charevod.c \ - charlist.c \ - charmirr.c \ - charmix.c \ - charone.c \ - charonly.c \ - charop.c \ - charrepl.c \ - charsort.c \ - charswap.c \ + charevod.c \ + charlist.c \ + charmirr.c \ + charmix.c \ + charone.c \ + charonly.c \ + charop.c \ + charrepl.c \ + charsort.c \ + charswap.c \ count.c \ ctc.c \ ctmath.c \ - ctset.c \ - ctstr.c \ - ctchksum.c \ - ctcolton.c \ - ctcrypt.c \ + ctset.c \ + ctstr.c \ + ctchksum.c \ + ctcolton.c \ + ctcrypt.c \ files.c \ - finan.c \ + finan.c \ justify.c \ keyset.c \ math.c \ @@ -47,7 +47,7 @@ C_SOURCES = \ remove.c \ replace.c \ strswap.c \ - token1.c \ + token1.c \ token2.c \ trig.c \ wordrepl.c \ @@ -55,7 +55,7 @@ C_SOURCES = \ PRG_SOURCES= \ ct.prg \ - ctmisc.prg \ + ctmisc.prg \ datetime.prg \ numconv.prg \ @@ -63,37 +63,3 @@ LIBNAME=libct include $(TOP)$(ROOT)config/lib.cf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/harbour/contrib/libgt/Makefile b/harbour/contrib/libgt/Makefile index c6ad0b32db..16a050fed2 100644 --- a/harbour/contrib/libgt/Makefile +++ b/harbour/contrib/libgt/Makefile @@ -25,6 +25,6 @@ C_SOURCES=\ PRG_SOURCES=\ -LIBNAME=gt +LIBNAME=libgt include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/source/vm/classes.c b/harbour/source/vm/classes.c index 48af1be2e4..5612832cad 100644 --- a/harbour/source/vm/classes.c +++ b/harbour/source/vm/classes.c @@ -395,7 +395,7 @@ void hb_clsIsClassRef( void ) } } -void hb_clsScope( PHB_ITEM pObject, PMETHOD pMethod ) +static void hb_clsScope( PHB_ITEM pObject, PMETHOD pMethod ) { PHB_ITEM * pBase = hb_stack.pBase; PHB_ITEM pCaller;