summaryrefslogtreecommitdiff
path: root/libraries/base/include/PackedString.h
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-12-21 15:07:26 +0000
committersimonmar <unknown>2001-12-21 15:07:26 +0000
commitceb68b9118fa883e88abfaa532fc78f6640cf17f (patch)
treeb90b04a394fee4abd0cb09205120bee964684d7b /libraries/base/include/PackedString.h
parentb83cfb91b4d36d148ebe171d31e2676c8f10f371 (diff)
downloadhaskell-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.h14
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