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 */