diff options
author | johnvg | 2012-10-08 12:59:12 +0000 |
---|---|---|
committer | johnvg | 2012-10-08 12:59:12 +0000 |
commit | be1caa6b75c141b4e2221150b58d7d204f4efb4c (patch) | |
tree | 5219ea3991e7edb39ab637d8f8d1b69db2c0188f /frontend/frontend.dcl | |
parent | search and open file before calling wantModule (diff) |
use path returned by fopenInSearchPaths to create the .tcl file name for openTclFile
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2185 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/frontend.dcl')
-rw-r--r-- | frontend/frontend.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl index 9aa9678..a635875 100644 --- a/frontend/frontend.dcl +++ b/frontend/frontend.dcl @@ -38,5 +38,5 @@ from partition import ::Component(..),::ComponentMembers } instance == ListTypesKind -frontEndInterface :: !FrontEndOptions !Ident !SearchPaths !{#DclModule} !*{#*{#FunDef}} !(Optional Bool) !*PredefinedSymbols !*HashTable (ModTimeFunction *Files) !*Files !*File !*File !*File !(Optional *File) !*Heaps +frontEndInterface :: !(Optional (*File,{#Char},{#Char})) !FrontEndOptions !Ident !SearchPaths !{#DclModule} !*{#*{#FunDef}} !(Optional Bool) !*PredefinedSymbols !*HashTable (ModTimeFunction *Files) !*Files !*File !*File !*File !(Optional *File) !*Heaps -> ( !Optional *FrontEndSyntaxTree,!*{#*{#FunDef}},!{#DclModule},!Int,!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !Optional *File, !*Heaps) |