From 12c686a213ae56b1938ff08fa808bd127f7f1e50 Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Sun, 18 Jul 1999 12:26:26 +0000 Subject: [PATCH] errorsys.prg : /include/error.ch --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/errorsys.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 571fbabd88..b5b620fdfc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990718-14:13 CET Patrick Mast + * /source/rtl/errorsys.prg + added the path /include to the error.ch include line + 19990718-14:00 CET Eddie Runia * build32.bat bldhbpp.bat called diff --git a/harbour/source/rtl/errorsys.prg b/harbour/source/rtl/errorsys.prg index f190dfc8f5..4f8a8aa3ed 100644 --- a/harbour/source/rtl/errorsys.prg +++ b/harbour/source/rtl/errorsys.prg @@ -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")