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:
Ryszard Glab
2005-09-23 12:56:14 +00:00
parent 7588c0fe89
commit 7d20bfda2f
3 changed files with 11 additions and 2 deletions

View File

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

View File

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

View File

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