diff options
author | alimarin | 2001-09-06 13:48:05 +0000 |
---|---|---|
committer | alimarin | 2001-09-06 13:48:05 +0000 |
commit | cfed61173421d3e939a7b8f11a045cc69171afe1 (patch) | |
tree | d8bcf3f19241cc735ccee4813ca15f88d6a22a0d /frontend/parse.dcl | |
parent | add 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/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 8bf549b..6f0659f 100644 --- a/frontend/parse.dcl +++ b/frontend/parse.dcl @@ -10,5 +10,5 @@ import syntax, hashtable, scanner, predef cWantIclFile :== True cWantDclFile :== False -wantModule :: !Bool !Ident !Position !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files +wantModule :: !Bool !Ident !Position !Bool !*HashTable !*File !SearchPaths !*PredefinedSymbols !*Files -> (!Bool, !ParsedModule, !*HashTable, !*File, !*PredefinedSymbols, !*Files) |