From eba4c12137540abb4eb539d8609837deac6573ba Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Tue, 8 Jun 1999 00:55:55 +0000 Subject: [PATCH] Forgot to delete lines with #define FILE and #undef FILE after testing with // in front. --- harbour/ChangeLog | 3 +++ harbour/include/extend.h | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9f4133e0e1..7f389b0093 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,6 +1,9 @@ 19990607-19:45 EDT David G. Holm * include/extend.h - Moved "#include " to include/types.h + - Removed "#define FILE" and "#undef FILE", which are no longer + needed, because HARBOUR FILE() was renamed to HARBOUR HB_FILE() + some time ago. * include/types.h - Moved "#include " from include/extend.h in order to avoid having to require that extend.h be included before set.h diff --git a/harbour/include/extend.h b/harbour/include/extend.h index 3addefe4ab..cadcafffd7 100644 --- a/harbour/include/extend.h +++ b/harbour/include/extend.h @@ -5,16 +5,12 @@ #ifndef _EXTEND_H #define _EXTEND_H -//#define FILE _FILE /* to avoid conflicts with Harbour File() */ - #include #include #include #include #include -//#undef FILE - typedef struct /* symbol support structure */ { char * szName; /* the name of the symbol */