Remove superfluous RP argument to EmptyRelSlash.

This commit is contained in:
bjorn
2008-10-29 13:06:03 +00:00
parent 97e1f27a0c
commit 03fb2af472
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
rp.s ! RC (fromAgr ag).g Acc ++ slash.s ! t ! a ! p ! ODir ++ slash.c2 ;
c = Acc
} ;
EmptyRelSlash rp slash = {
EmptyRelSlash slash = {
s = \\t,a,p,_ => slash.s ! t ! a ! p ! ODir ++ slash.c2 ;
c = Acc
} ;