Forgot to delete lines with #define FILE and #undef FILE after testing with // in front.

This commit is contained in:
David G. Holm
1999-06-08 00:55:55 +00:00
parent f65e5692f8
commit eba4c12137
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

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