2001-12-15 13:43 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>

This commit is contained in:
Viktor Szakats
2001-12-15 12:43:47 +00:00
parent 69da0cf209
commit 66545e2f9a
4 changed files with 37 additions and 60 deletions

View File

@@ -8,6 +8,17 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2001-12-15 13:43 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* 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 <viktor.szakats@syenar.hu>
* TODO

View File

@@ -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

View File

@@ -25,6 +25,6 @@ C_SOURCES=\
PRG_SOURCES=\
LIBNAME=gt
LIBNAME=libgt
include $(TOP)$(ROOT)config/lib.cf

View File

@@ -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;