Fixing setfunc.prg

This commit is contained in:
Alexander S.Kresin
2000-02-10 12:20:48 +00:00
parent d1209bb4bc
commit d8a9e34a03
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
20000210-15:15 GMT+3 Alexander Kresin
* source/rtl/setfunc.prg
* minor bug fixed:
#include "common.ch" was missed, so ISCHARACTER()
caused 'unresolved external' message while app linking
20000210-13:20 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/compiler/harbour.l

View File

@@ -34,6 +34,7 @@
*/
#include "inkey.ch"
#include "common.ch"
/* $DOC$
* $FUNCNAME$
* __SetFunction()