aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2006-11-30 12:06:52 +0000
committerjohnvg2006-11-30 12:06:52 +0000
commit9740fdec8cc268776a504390b9d50fbaba47d8a4 (patch)
tree5d7d0ecb46b48e21214de35beec8be1fceb00ec0
parentfix bug that may occur if a TC class is used in a context of a class, that (diff)
use version number 920 on 64 bit platforms
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1629 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--backendC/CleanCompilerSources/version.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/backendC/CleanCompilerSources/version.c b/backendC/CleanCompilerSources/version.c
index 6ba358c..b74fb35 100644
--- a/backendC/CleanCompilerSources/version.c
+++ b/backendC/CleanCompilerSources/version.c
@@ -1,7 +1,3 @@
#include "version.h"
-#ifdef _WIN64
-int VERSION=919;
-#else
int VERSION=920;
-#endif