aboutsummaryrefslogtreecommitdiff
path: root/frontend/postparse.dcl
diff options
context:
space:
mode:
authoralimarin2001-09-06 13:48:05 +0000
committeralimarin2001-09-06 13:48:05 +0000
commitcfed61173421d3e939a7b8f11a045cc69171afe1 (patch)
treed8bcf3f19241cc735ccee4813ca15f88d6a22a0d /frontend/postparse.dcl
parentadd symbol_heap to empty_cache (diff)
added command line flag to enable generics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@755 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
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 eb388b7..e0fa317 100644
--- a/frontend/postparse.dcl
+++ b/frontend/postparse.dcl
@@ -4,5 +4,5 @@ import StdEnv
import syntax, parse, predef
-scanModule :: !ParsedModule ![Ident] !Int !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files
+scanModule :: !ParsedModule ![Ident] !Int !Bool !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files
-> (!Bool, !ScannedModule, !IndexRange, ![FunDef], !Optional ScannedModule, ![ScannedModule],!Int,!Int,!*HashTable, !*File, !*PredefinedSymbols, !*Files)