aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/optimisations.c
diff options
context:
space:
mode:
authorronny2001-05-09 12:23:48 +0000
committerronny2001-05-09 12:23:48 +0000
commitec8f722e5e48f6d237e540dab98877b13338b838 (patch)
tree7968452bd925dc51531fd7a07d174d85297a6d29 /backendC/CleanCompilerSources/optimisations.c
parentcombined convert paramaters in record (diff)
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
Diffstat (limited to 'backendC/CleanCompilerSources/optimisations.c')
-rw-r--r--backendC/CleanCompilerSources/optimisations.c2
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)
{