2001-09-17 02:21 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>

This commit is contained in:
Viktor Szakats
2001-09-17 00:23:06 +00:00
parent 45aab7b93a
commit d5ee13b363
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2001-09-17 02:21 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* source/compiler/hbfunchk.c
! QSELF() compile time checking for the number of arguments.
Thanks to Jose Lalin.
2001-09-16 20:40 GMT -3 Luiz Rafael Culik<culik@sl.conex.net>
*contrib/libct/files.c
* fixed compiler problem for MINGW

View File

@@ -83,6 +83,7 @@ static HB_FUNCINFO hb_StdFunc[] =
{ "PCOL" , 0, 0 },
{ "PCOUNT" , 0, 0 },
{ "PROW" , 0, 0 },
{ "QSELF" , 0, 0 },
{ "RECCOUNT" , 0, 0 },
{ "RECNO" , 0, 0 },
{ "REPLICATE" , 2, 2 },