From 794a6a91f4f3be868911ffe8e3e146549f3fd944 Mon Sep 17 00:00:00 2001 From: ronny Date: Mon, 19 Nov 2001 13:13:41 +0000 Subject: bug fix: initialisation of global strictness info (prevents crash with second compile) git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@893 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- MacLibraries/CleanCompilerLib | Bin 421281 -> 421665 bytes backendC/CleanCompilerSources/sa.c | 3 +++ coclmaindll/backend.dll | Bin 289792 -> 289792 bytes 3 files changed, 3 insertions(+) diff --git a/MacLibraries/CleanCompilerLib b/MacLibraries/CleanCompilerLib index c33a275..3722210 100644 Binary files a/MacLibraries/CleanCompilerLib and b/MacLibraries/CleanCompilerLib differ diff --git a/backendC/CleanCompilerSources/sa.c b/backendC/CleanCompilerSources/sa.c index ea8deab..4bc3d66 100644 --- a/backendC/CleanCompilerSources/sa.c +++ b/backendC/CleanCompilerSources/sa.c @@ -5431,6 +5431,9 @@ int init_strictness_analysis (ImpMod imod) DBPrinting = False; #endif +#if CLEAN2 + strict_positions = NULL; +#endif max_memuse = 0; found_strict = 0; initialising = True; diff --git a/coclmaindll/backend.dll b/coclmaindll/backend.dll index 5d6e544..fdee023 100644 Binary files a/coclmaindll/backend.dll and b/coclmaindll/backend.dll differ -- cgit v1.2.3