From ec8f722e5e48f6d237e540dab98877b13338b838 Mon Sep 17 00:00:00 2001 From: ronny Date: Wed, 9 May 2001 12:23:48 +0000 Subject: don't analyse idents for Clean 2.0 git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@408 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/optimisations.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backendC/CleanCompilerSources') 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) { -- cgit v1.2.3