diff options
author | simonmar <unknown> | 2001-12-21 15:07:26 +0000 |
---|---|---|
committer | simonmar <unknown> | 2001-12-21 15:07:26 +0000 |
commit | ceb68b9118fa883e88abfaa532fc78f6640cf17f (patch) | |
tree | b90b04a394fee4abd0cb09205120bee964684d7b /libraries/base/include/PackedString.h | |
parent | b83cfb91b4d36d148ebe171d31e2676c8f10f371 (diff) | |
download | haskell-ceb68b9118fa883e88abfaa532fc78f6640cf17f.tar.gz |
[project @ 2001-12-21 15:07:20 by simonmar]
Merge up to the ghc/lib/std on the HEAD (tagged as
new-libraries-last-merged).
Diffstat (limited to 'libraries/base/include/PackedString.h')
-rw-r--r-- | libraries/base/include/PackedString.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libraries/base/include/PackedString.h b/libraries/base/include/PackedString.h deleted file mode 100644 index a0fc8309c3..0000000000 --- a/libraries/base/include/PackedString.h +++ /dev/null @@ -1,14 +0,0 @@ -/* ----------------------------------------------------------------------------- - * $Id: PackedString.h,v 1.1 2001/06/28 14:15:04 simonmar Exp $ - * - * C Definitions for PackedString.hs - * - * ---------------------------------------------------------------------------*/ - -#ifndef PACKEDSTRING_H -#define PACKEDSTRING_H - -/* PackedString.c */ -extern StgInt byteArrayHasNUL__ (StgByteArray ba, StgInt len); - -#endif |