From d5b3fe6c4a166699a1b6aa698148d0541449dcec Mon Sep 17 00:00:00 2001 From: johnvg Date: Mon, 30 May 2005 14:23:12 +0000 Subject: initialize DoDescriptors and ExportLocalLabels git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1541 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backendC/CleanCompilerSources/cocl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backendC') 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; */ -- cgit v1.2.3