Forgot to delete lines with #define FILE and #undef FILE after testing with // in front.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
19990607-19:45 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* include/extend.h
|
||||
- Moved "#include <limits.h>" 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 <limits.h>" from include/extend.h in order to
|
||||
avoid having to require that extend.h be included before set.h
|
||||
|
||||
@@ -5,16 +5,12 @@
|
||||
#ifndef _EXTEND_H
|
||||
#define _EXTEND_H
|
||||
|
||||
//#define FILE _FILE /* to avoid conflicts with Harbour File() */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <types.h>
|
||||
|
||||
//#undef FILE
|
||||
|
||||
typedef struct /* symbol support structure */
|
||||
{
|
||||
char * szName; /* the name of the symbol */
|
||||
|
||||
Reference in New Issue
Block a user