aboutsummaryrefslogtreecommitdiff
path: root/frontend/postparse.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/postparse.dcl')
-rw-r--r--frontend/postparse.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postparse.dcl b/frontend/postparse.dcl
index e0fa317..95d9b21 100644
--- a/frontend/postparse.dcl
+++ b/frontend/postparse.dcl
@@ -4,5 +4,5 @@ import StdEnv
import syntax, parse, predef
-scanModule :: !ParsedModule ![Ident] !Int !Bool !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files
+scanModule :: !ParsedModule ![Ident] !Int !Bool !*HashTable !*File !SearchPaths !*PredefinedSymbols (ModTimeFunction *Files) !*Files
-> (!Bool, !ScannedModule, !IndexRange, ![FunDef], !Optional ScannedModule, ![ScannedModule],!Int,!Int,!*HashTable, !*File, !*PredefinedSymbols, !*Files)