*** empty log message ***

This commit is contained in:
Viktor Szakats
1999-07-29 09:06:19 +00:00
parent 98e83f7010
commit 037efa5063

View File

@@ -3,7 +3,7 @@
to fix a warning.
! source/rtl/inkey.c - hb_inkeyPoll() #define-ed out
the kbhit() and getch() calls in Cygwin, until
some better solution is not found.
some better solution is found.
+ include/ctoharb.h - PushNumber() declaration added.
+ source/rtl/arrays.c/hb_arrayEval() now passes the index
to the codeblock as the second parameter.
@@ -11,7 +11,7 @@
tests/working/Makefile
aEval() test program added.
- source/rtl/arrays.c - Removed duplicate declarations.
+ tests/working/rtl_test.prg - Now return errorlevel 1
+ tests/working/rtl_test.prg - Now returns errorlevel 1
if anything fails, and 0 if OK.
19990729-01:40 EDT Paul Tucker <ptucker@sympatico.ca>