errorsys.prg : /include/error.ch
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user