aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2016-09-27 11:50:39 +0000
committerjohnvg2016-09-27 11:50:39 +0000
commita387db77c7623da1fb822294f1c07b9d533b6d19 (patch)
treec28caf0729dd60b7384a5bcaa7e21e07efc9b9e1
parentadd -static-libgcc to remove dependency on a dll (diff)
remove definition of EndOfFile, causes errors with VC 14 if windows.h is included
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2741 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--backendC/CleanCompilerSources/types.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/types.t b/backendC/CleanCompilerSources/types.t
index 3335b16..cdd81a3 100644
--- a/backendC/CleanCompilerSources/types.t
+++ b/backendC/CleanCompilerSources/types.t
@@ -35,7 +35,6 @@ typedef enum
otherFile, hsFile
} FileKind;
-#define EndOfFile ((int) -1)
#define FileNameMax 256
#define SeekSet
#define SeekCur