diff options
author | johnvg | 2005-05-30 14:23:12 +0000 |
---|---|---|
committer | johnvg | 2005-05-30 14:23:12 +0000 |
commit | d5b3fe6c4a166699a1b6aa698148d0541449dcec (patch) | |
tree | bdb7644aa3316f42b61dccd2fa765bd49f5798a1 /backendC | |
parent | increment version number to 2.1.1 (diff) |
initialize DoDescriptors and ExportLocalLabels
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1541 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/cocl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/cocl.c b/backendC/CleanCompilerSources/cocl.c index 70d7597..2b758da 100644 --- a/backendC/CleanCompilerSources/cocl.c +++ b/backendC/CleanCompilerSources/cocl.c @@ -151,6 +151,8 @@ Bool CallCompiler (int argc, char **argv) DoProfiling=False; DoTimeProfiling=False; DoReuseUniqueNodes=False; + DoDescriptors=False; + ExportLocalLabels=False; StrictDoAnnots = False; StrictDepth = 10;/* 8; */ |