errorsys.prg : /include/error.ch

This commit is contained in:
Patrick Mast
1999-07-18 12:26:26 +00:00
parent 9d49d09c1f
commit 12c686a213
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990718-14:13 CET Patrick Mast <harbour@PatrickMast.com>
* /source/rtl/errorsys.prg
added the path /include to the error.ch include line
19990718-14:00 CET Eddie Runia <eddie@runia.com>
* build32.bat
bldhbpp.bat called

View File

@@ -24,7 +24,7 @@
// Standard Harbour ErrorSys system
#include "error.ch"
#include "include\error.ch"
#define ISCHAR(var) (ValType(var) == "C")
#define ISNUM(var) (ValType(var) == "N")