aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/system.h
diff options
context:
space:
mode:
authorjohnvg2005-10-28 10:08:45 +0000
committerjohnvg2005-10-28 10:08:45 +0000
commit3509fb2fe04978c53c4c39dac3fff5a151c5227d (patch)
treee46dd5c436c7acf5fbfe795e7f17720368eea7e2 /backendC/CleanCompilerSources/system.h
parentremove output for debugging (diff)
add -fusion flag
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1552 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/system.h')
-rw-r--r--backendC/CleanCompilerSources/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/system.h b/backendC/CleanCompilerSources/system.h
index 38e98d5..89ac304 100644
--- a/backendC/CleanCompilerSources/system.h
+++ b/backendC/CleanCompilerSources/system.h
@@ -70,7 +70,6 @@ extern FileTime FGetFileTime (char *fname, FileKind kind);
#if defined(WRITE_DCL_MODIFICATION_TIME) && WRITE_DCL_MODIFICATION_TIME
extern void FWriteFileTime (FileTime file_time,File f);
#endif
-extern Bool GetOptionsFromIclFile (char *fname, CompilerOptions *opts);
#ifdef _VARARGS_
extern void DoError (char *fmt,...);