2005-09-23 15:05 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
* include/hbextern.ch
* removed reference to SDFC and DELIMC
* source/rdd/dbcmd.c
* removed definition of DBSKIPPER function (it is defined
already in rtl/browdbx.prg)
This commit is contained in:
@@ -7,6 +7,15 @@
|
||||
For example:
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2005-09-23 15:05 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
|
||||
* include/hbextern.ch
|
||||
* removed reference to SDFC and DELIMC
|
||||
* source/rdd/dbcmd.c
|
||||
* removed definition of DBSKIPPER function (it is defined
|
||||
already in rtl/browdbx.prg)
|
||||
|
||||
|
||||
2005-09-23 13:45 UTC+0100 Ryszard Glab <rglab@imid.med.pl>
|
||||
* makefile.bc
|
||||
* makefile.nt
|
||||
|
||||
@@ -486,9 +486,7 @@ EXTERNAL _DBFC
|
||||
EXTERNAL _DBFCDX
|
||||
EXTERNAL _DBFNTX
|
||||
EXTERNAL _DELIM
|
||||
EXTERNAL _DELIMC
|
||||
EXTERNAL _SDF
|
||||
EXTERNAL _SDFC
|
||||
EXTERNAL DBF
|
||||
EXTERNAL DBF_GETFUNCTABLE
|
||||
EXTERNAL DBFCDX
|
||||
|
||||
@@ -4327,6 +4327,7 @@ HB_FUNC( __RDDGETTEMPALIAS )
|
||||
hb_ret();
|
||||
}
|
||||
|
||||
#if defined(__XHARBOUR__)
|
||||
HB_FUNC( DBSKIPPER )
|
||||
{
|
||||
HB_THREAD_STUB
|
||||
@@ -4385,6 +4386,7 @@ HB_FUNC( DBSKIPPER )
|
||||
else
|
||||
hb_errRT_DBCMD( EG_NOTABLE, EDBCMD_NOTABLE, NULL, "DBSKIPPER" );
|
||||
}
|
||||
#endif
|
||||
|
||||
// Escaping delimited strings. Need to be cleaned/optimized/improved
|
||||
static char *hb_strescape( char *szInput, int lLen, char *cDelim )
|
||||
|
||||
Reference in New Issue
Block a user