diff options
author | ronny | 2001-05-01 10:09:04 +0000 |
---|---|---|
committer | ronny | 2001-05-01 10:09:04 +0000 |
commit | b81e677eca6d5c00148d5738b0e67458eaed74ee (patch) | |
tree | cd62021b90105be6a747a264b25e41bef2890632 /backendC/CleanCompilerSources/checksupport.h | |
parent | Use CompAlloc for memory allocation in backend.c (diff) |
made name generation depend on _ANALYSE_IDENT_
marked duplicate definitions of cTypeDelimiter _ANALYSE_IDENT_
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@375 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/checksupport.h')
-rw-r--r-- | backendC/CleanCompilerSources/checksupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/checksupport.h b/backendC/CleanCompilerSources/checksupport.h index bb70209..60759d2 100644 --- a/backendC/CleanCompilerSources/checksupport.h +++ b/backendC/CleanCompilerSources/checksupport.h @@ -1,5 +1,5 @@ -#define cTypeDelimiter ';' +#define cTypeDelimiter ';' /* also in optimisations.c */ #define cTypeFirstArg '<' #define cTypeLastArg '>' |