From cfed61173421d3e939a7b8f11a045cc69171afe1 Mon Sep 17 00:00:00 2001 From: alimarin Date: Thu, 6 Sep 2001 13:48:05 +0000 Subject: 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 --- frontend/postparse.dcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/postparse.dcl') 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) -- cgit v1.2.3