aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.icl
diff options
context:
space:
mode:
authormartinw2000-09-20 14:17:30 +0000
committermartinw2000-09-20 14:17:30 +0000
commit2959546fa705b0e3f9c18a3a0d44b346008a772d (patch)
treea6460631d4f990c4ccbecd0e74f21c0500c2343c /frontend/main.icl
parentchanged signature of readPtr from "unique" into "possibly unique" (diff)
now "list inferred types" can print attributes also
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@220 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/main.icl')
-rw-r--r--frontend/main.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.icl b/frontend/main.icl
index 2b0d7ff..3b9773b 100644
--- a/frontend/main.icl
+++ b/frontend/main.icl
@@ -147,7 +147,7 @@ compileModule mod_name ms
loadModule mod_ident predef_symbols hash_table ms=:{ms_files,ms_error,ms_io,ms_out,ms_paths}
# (predef_symbols, hash_table, ms_files, ms_error, ms_io, ms_out, optional_syntax_tree)
- = frontEndInterface FrontEndPhaseAll mod_ident {sp_locations = [], sp_paths = ms_paths} False predef_symbols hash_table ms_files ms_error ms_io ms_out
+ = frontEndInterface FrontEndPhaseAll mod_ident {sp_locations = [], sp_paths = ms_paths} No predef_symbols hash_table ms_files ms_error ms_io ms_out
ms
= {ms & ms_files=ms_files, ms_error=ms_error,ms_io=ms_io,ms_out=ms_out}
= case optional_syntax_tree of