diff options
author | johnvg | 2009-05-14 12:44:38 +0000 |
---|---|---|
committer | johnvg | 2009-05-14 12:44:38 +0000 |
commit | fe61d1058a2251cb310ac667eab3e83601240a3c (patch) | |
tree | fe9f4894f246bb29a4985daa7bcc2f2a4d79aa7f /frontend/parse.dcl | |
parent | bug fix: initialize atype_vars1 as intended (diff) |
remember use of type Dynamic
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1731 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/parse.dcl')
-rw-r--r-- | frontend/parse.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/parse.dcl b/frontend/parse.dcl index 86d4e41..fb51a61 100644 --- a/frontend/parse.dcl +++ b/frontend/parse.dcl @@ -11,4 +11,4 @@ cWantIclFile :== True cWantDclFile :== False wantModule :: !Bool !Ident !Position !Bool !*HashTable !*File !SearchPaths (ModTimeFunction *Files) !*Files - -> (!Bool, !ParsedModule, !*HashTable, !*File, !*Files) + -> (!Bool,!Bool,!ParsedModule, !*HashTable, !*File, !*Files) |