From 50438e7d3264e13c46f1c9cbb1966b0c99012c6e Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 25 Aug 1997 21:49:52 +0000 Subject: [PATCH] [project @ 1997-08-25 21:49:52 by sof] rename unpackCString2# to unpackNBytes# --- ghc/compiler/prelude/PrelVals.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/prelude/PrelVals.lhs b/ghc/compiler/prelude/PrelVals.lhs index 2095524..6af3ca2 100644 --- a/ghc/compiler/prelude/PrelVals.lhs +++ b/ghc/compiler/prelude/PrelVals.lhs @@ -163,7 +163,7 @@ unpackCStringId -- but I don't like wired-in IdInfos (WDP) unpackCString2Id -- for cases when a string has a NUL in it - = pcMiscPrelId unpackCString2IdKey pACKED_STRING SLIT("unpackCString2#") + = pcMiscPrelId unpackCString2IdKey pACKED_STRING SLIT("unpackNBytes#") (mkFunTys [addrPrimTy{-a char *-}, intPrimTy{-length-}] stringTy) noIdInfo -- 1.7.10.4