Fix for feature request #655 (Loading the GHC library from GHCi.)
[ghc-hetmet.git] / ghc / compiler / parser / hschooks.h
index c68b41e..4ce1c0f 100644 (file)
@@ -6,10 +6,4 @@
  * -------------------------------------------------------------------------- */
 
 #include "HsFFI.h"
-void enableTimingStats( void );
-void setHeapSize( HsInt size );
 
-// Out-of-line string functions, see PrimPacked.lhs
-HsInt ghc_strlen( HsAddr a );
-HsInt ghc_memcmp( HsAddr a1, HsAddr a2, HsInt len );
-HsInt ghc_memcmp_off( HsAddr a1, HsInt i, HsAddr a2, HsInt len );