ChangeLog 20000117-13:30 GMT+1

This commit is contained in:
Ryszard Glab
2000-01-17 12:18:36 +00:00
parent 2859de086f
commit abaa2db7b2
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
20000117-13:30 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/rtl/type.c
* added hb_retc( "U" ) for initial implementation of TYPE() function
(due to a very popular demand :)
20000117-12:25 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/rtl/achoice.prg

View File

@@ -65,5 +65,6 @@
HARBOUR HB_TYPE( void )
{
/* TODO: Implement this. */
/* TODO: implement this */
hb_retc( "U" );
}