diff options
Diffstat (limited to 'backendC/CleanCompilerSources/optimisations.c')
-rw-r--r-- | backendC/CleanCompilerSources/optimisations.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/optimisations.c b/backendC/CleanCompilerSources/optimisations.c index 41424cd..bb83056 100644 --- a/backendC/CleanCompilerSources/optimisations.c +++ b/backendC/CleanCompilerSources/optimisations.c @@ -1035,7 +1035,9 @@ static void init_apply_symb_function_state_p() #endif #define cTypeDelimiter ';' /* also in checksupport.h */ +#ifndef CLEAN2 #define _ANALYSE_IDENT_ /* also in checksupport.c */ +#endif static int compute_length_before_type_delimiter (char *fname) { |