diff options
author | martinw | 2000-03-30 11:13:41 +0000 |
---|---|---|
committer | martinw | 2000-03-30 11:13:41 +0000 |
commit | 57bf8cfeff870ea673cd7f8e53dc9cad9bdd6fe8 (patch) | |
tree | d8be198b170962072fde6a88d9904b9e2b2602ce /frontend/comparedefimp.dcl | |
parent | bugfixes (diff) |
comparision of redundant macro definitions
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@123 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 242bf34..9cfd6ab 100644 --- a/frontend/comparedefimp.dcl +++ b/frontend/comparedefimp.dcl @@ -4,6 +4,6 @@ import syntax, checksupport // compare definition and implementation module -compareDefImp :: !*{# DclModule} !*IclModule !*Heaps !*ErrorAdmin +compareDefImp :: !(!Int, !{FunDef}) !*{# DclModule} !*IclModule !*Heaps !*ErrorAdmin -> (!.{# DclModule}, !.IclModule,!.Heaps,!.ErrorAdmin) |