diff options
author | martinw | 2000-03-01 12:26:25 +0000 |
---|---|---|
committer | martinw | 2000-03-01 12:26:25 +0000 |
commit | 1dff6751993d9c732a823973a87c223fd24052e8 (patch) | |
tree | 6427b4ffb2fcc4124b6d18dd9391aa73aa3b7a53 /frontend/comparedefimp.dcl | |
parent | Simplified cocl.icl (diff) |
bugfixes
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@108 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 b9a582f..242bf34 100644 --- a/frontend/comparedefimp.dcl +++ b/frontend/comparedefimp.dcl @@ -5,5 +5,5 @@ import syntax, checksupport // compare definition and implementation module compareDefImp :: !*{# DclModule} !*IclModule !*Heaps !*ErrorAdmin - -> (!.{# DclModule}, !.IclModule,!.Heaps,!.ErrorAdmin); + -> (!.{# DclModule}, !.IclModule,!.Heaps,!.ErrorAdmin) |