diff options
Diffstat (limited to 'backendC/CleanCompilerSources/sa.c')
-rw-r--r-- | backendC/CleanCompilerSources/sa.c | 3 |
1 files changed, 3 insertions, 0 deletions
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; |