[project @ 1998-07-23 07:55:14 by sof]
authorsof <unknown>
Thu, 23 Jul 1998 07:55:14 +0000 (07:55 +0000)
committersof <unknown>
Thu, 23 Jul 1998 07:55:14 +0000 (07:55 +0000)
back out foreign decl change, not supposed to see that just yet

ghc/compiler/rename/RnIfaces.lhs

index b13b29f..1b7b471 100644 (file)
@@ -917,7 +917,6 @@ getDeclBinders new_name (SigD (IfaceSig var ty prags src_loc))
   = new_name var src_loc                       `thenRn` \ var_name ->
     returnRn (Avail var_name)
 
-getDeclBinders new_name (ForD _)  = returnRn NotAvailable
 getDeclBinders new_name (DefD _)  = returnRn NotAvailable
 getDeclBinders new_name (InstD _) = returnRn NotAvailable