aboutsummaryrefslogtreecommitdiff
path: root/frontend/parse.dcl
diff options
context:
space:
mode:
authorjohnvg2009-05-14 12:44:38 +0000
committerjohnvg2009-05-14 12:44:38 +0000
commitfe61d1058a2251cb310ac667eab3e83601240a3c (patch)
treefe9f4894f246bb29a4985daa7bcc2f2a4d79aa7f /frontend/parse.dcl
parentbug 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.dcl2
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)