diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 32c79e3660..8eddb5e60a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +19990729-18:39 CET Victor Szel + - source/rdd/dbcmd.c + now redundant declarations removed. (again) + + source/rdd/Makefile - new files added. + 19990729-18:51 GMT+1 Bruno Cantero + source/rtl/natmsg/msgspa.c Changed any messages. diff --git a/harbour/source/rdd/Makefile b/harbour/source/rdd/Makefile index 11f39607a4..65c849102b 100644 --- a/harbour/source/rdd/Makefile +++ b/harbour/source/rdd/Makefile @@ -6,9 +6,11 @@ ROOT = ../../ C_SOURCES=\ dbcmd.c \ + dbf1.c \ dbfntx1.c \ PRG_SOURCES=\ + dbf0.prg \ dbfntx0.prg \ rddsys.prg \ diff --git a/harbour/source/rdd/dbcmd.c b/harbour/source/rdd/dbcmd.c index 01934571ed..1837b2e352 100644 --- a/harbour/source/rdd/dbcmd.c +++ b/harbour/source/rdd/dbcmd.c @@ -99,8 +99,6 @@ HB_INIT_SYMBOLS_END( dbCmd__InitSymbols ); #pragma startup dbCmd__InitSymbols #endif -extern STACK stack; - static char * szDefDriver = 0; /* Default RDD name */ static USHORT uiCurrArea = 1; /* Selectd area */ static PRDDNODE pRddList = 0; /* Registered RDD's */ @@ -109,9 +107,6 @@ static USHORT uiNetError = 0; /* Error on Networked environments */ static PAREANODE pWorkAreas = 0; /* WorkAreas */ static PAREANODE pCurrArea = 0; /* Pointer to a selectd and valid area */ -/* From strings.c */ -char * hb_strUpper( char * szText, long lLen ); - static void LinkRddSys( void ) /* Never must be called */ { HB_RDDSYS();