diff options
| author | martinw | 2000-09-27 13:14:15 +0000 | 
|---|---|---|
| committer | martinw | 2000-09-27 13:14:15 +0000 | 
| commit | eb39c226e5d50aefc028aa811913db236e2bf258 (patch) | |
| tree | a8c94fb2ffbf69a531a650c45fd7bda78797f81e | |
| parent | making compiler self compatible (diff) | |
removing trace statement
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@238 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
| -rw-r--r-- | frontend/frontend.icl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/frontend/frontend.icl b/frontend/frontend.icl index 29b61f1..13af162 100644 --- a/frontend/frontend.icl +++ b/frontend/frontend.icl @@ -73,7 +73,7 @@ frontSyntaxTree predef_symbols hash_table files error io out icl_mod dcl_mods fu  frontEndInterface :: !FrontEndPhase !Ident !SearchPaths !{#DclModule} !{#FunDef} !(Optional Bool) !*PredefinedSymbols !*HashTable !*Files !*File !*File !*File !*Heaps -> ( !Optional *FrontEndSyntaxTree,!.{# FunDef },!Int,!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File,!*Heaps)   frontEndInterface upToPhase mod_ident search_paths dcl_modules functions_and_macros list_inferred_types predef_symbols hash_table files error io out heaps  	# (ok, mod, hash_table, error, predef_symbols, files) -		= wantModule cWantIclFile mod_ident NoPos (hash_table ---> ("Parsing:", mod_ident)) error search_paths predef_symbols files +		= wantModule cWantIclFile mod_ident NoPos (hash_table -*-> ("Parsing:", mod_ident)) error search_paths predef_symbols files  	| not ok  		= (No,{},0,0,predef_symbols, hash_table, files, error, io, out,heaps)  	# cached_module_idents = [dcl_mod.dcl_name \\ dcl_mod<-:dcl_modules] | 
