From 4febe8f0b6464201dd96c7e8a5307ecee688e200 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 31 Jan 2000 20:26:09 +0000 Subject: [PATCH] 20000131-21:20 GMT+1 Victor Szakats --- harbour/ChangeLog | 10 ++++++++-- harbour/include/hbextern.ch | 2 ++ harbour/source/runner/stdalone/external.prg | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 147423bec0..1c0d72fb3c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,4 +1,9 @@ -2000-01-31 13:30 GMT-5 David G. Holm +20000131-21:20 GMT+1 Victor Szakats + * include/hbextern.ch + source/runner/stdalone/external.prg + ! EXTERNAL CLIPPER530 put between #ifdef HB_COMPAT_53 guards. + +20000131-13:30 GMT-5 David G. Holm * ChangeLog.005 + Renamed from ChangeLog and started a new ChangeLog @@ -8,7 +13,8 @@ - Removed debug information from OS/2 builds of Harbour * doc/whatsnew.txt - % Synchronized with updates that were made to the build31 branch * source/pp/pragma.c + % Synchronized with updates that were made to the build31 branch + * source/pp/pragma.c * contrib/dot/pp_harb.ch * tests/inline_c.prg * STOPDUMP renamed as ENDDUMP (with Ron permission) diff --git a/harbour/include/hbextern.ch b/harbour/include/hbextern.ch index 7a751122cc..ccf9b04315 100644 --- a/harbour/include/hbextern.ch +++ b/harbour/include/hbextern.ch @@ -934,6 +934,8 @@ EXTERNAL RDDSYS EXTERNAL _SDF EXTERNAL SysInit EXTERNAL CLIPPER520 +#ifdef HB_COMPAT_C53 EXTERNAL CLIPPER530 +#endif #endif /* HB_EXTERN_CH_ */ diff --git a/harbour/source/runner/stdalone/external.prg b/harbour/source/runner/stdalone/external.prg index aa13549424..299c5fb73f 100644 --- a/harbour/source/runner/stdalone/external.prg +++ b/harbour/source/runner/stdalone/external.prg @@ -931,5 +931,7 @@ EXTERNAL RDDSYS EXTERNAL _SDF EXTERNAL SysInit EXTERNAL CLIPPER520 +#ifdef HB_COMPAT_C53 EXTERNAL CLIPPER530 +#endif