diff options
Diffstat (limited to 'ghc/interpreter/link.c')
-rw-r--r-- | ghc/interpreter/link.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/interpreter/link.c b/ghc/interpreter/link.c index bb42e1c6c7..f107aa7f8a 100644 --- a/ghc/interpreter/link.c +++ b/ghc/interpreter/link.c @@ -9,8 +9,8 @@ * included in the distribution. * * $RCSfile: link.c,v $ - * $Revision: 1.40 $ - * $Date: 2000/02/08 15:32:30 $ + * $Revision: 1.41 $ + * $Date: 2000/02/08 17:50:46 $ * ------------------------------------------------------------------------*/ #include "prelude.h" @@ -530,7 +530,7 @@ assert(nonNull(namePMFail)); /* pmc */ - xyzzy(nameSel, "_SEL"); + pFun(nameSel, "_SEL"); /* strict constructors */ xyzzy(nameFlip, "flip" ); |