See ChangeLog entry 2001-04-19 17:10 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2001-04-20 13:57:38 +00:00
parent 7a09f03e87
commit c76675126e
2 changed files with 2 additions and 1 deletions

View File

@@ -65,6 +65,7 @@
* source/rtl/Makefile
* source/rtl/dbdelim.prg
+ source/rtl/dbsdf.prg
* source/rtl/dummy.prg
* tests/Makefile
+ tests/sdf_test.prg
+ Added __dbSDF() with support for COPY TO SDF.

View File

@@ -57,7 +57,7 @@ FUNCTION MPosToLC() ; RETURN 0
//FUNCTION __dbCopy() ; RETURN NIL
//FUNCTION __dbDelim() ; RETURN NIL
FUNCTION __dbJoin() ; RETURN NIL
FUNCTION __dbSDF() ; RETURN NIL
//FUNCTION __dbSDF() ; RETURN NIL
FUNCTION __dbTotal() ; RETURN NIL
/* NOTE: Internal functions */