diff options
author | martinw | 2000-06-14 10:25:52 +0000 |
---|---|---|
committer | martinw | 2000-06-14 10:25:52 +0000 |
commit | c0b38c4290e18a2550bec88a1b75b20af8a88dd6 (patch) | |
tree | 91d53c0dcd894d06f66d94c5e9305ffb9dd3f142 /frontend/comparedefimp.dcl | |
parent | tiny change to make compiler compilable by itself (2.0 parser works either (diff) |
optimisation: compareDefImp now only compares those definitions that are
really redundant, but not those which are added automatically by the compiler
to the icl module
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@160 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/comparedefimp.dcl')
-rw-r--r-- | frontend/comparedefimp.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/comparedefimp.dcl b/frontend/comparedefimp.dcl index 8727005..5750f6e 100644 --- a/frontend/comparedefimp.dcl +++ b/frontend/comparedefimp.dcl @@ -4,6 +4,6 @@ import syntax, checksupport // compare definition and implementation module -compareDefImp :: !{!FunctionBody} !*{# DclModule} !*IclModule !*Heaps !*ErrorAdmin +compareDefImp :: !{#Int} !{!FunctionBody} !*{# DclModule} !*IclModule !*Heaps !*ErrorAdmin -> (!.{# DclModule}, !.IclModule,!.Heaps,!.ErrorAdmin) |