From a387db77c7623da1fb822294f1c07b9d533b6d19 Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 27 Sep 2016 11:50:39 +0000 Subject: 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 --- backendC/CleanCompilerSources/types.t | 1 - 1 file changed, 1 deletion(-) (limited to 'backendC/CleanCompilerSources') 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 -- cgit v1.2.3