Fix for feature request #655 (Loading the GHC library from GHCi.)
authorLemmih <lemmih@gmail.com>
Mon, 23 Jan 2006 11:06:25 +0000 (11:06 +0000)
committerLemmih <lemmih@gmail.com>
Mon, 23 Jan 2006 11:06:25 +0000 (11:06 +0000)
commit65691f95b3727c277a24ec5f0d5a4058c9a681e2
tree204d3fbcfd69ca9bab893d4d3ab55e26cb174308
parent95c7525626b8802ec21036a82037e933caf0b17f
Fix for feature request #655 (Loading the GHC library from GHCi.)
Moved the utility functions out of hschooks, avoided
linking the GHC library with hschooks.o and
added a couple of symbols to the linkers export list.
ghc/compiler/Makefile
ghc/compiler/parser/cutils.c [new file with mode: 0644]
ghc/compiler/parser/cutils.h [new file with mode: 0644]
ghc/compiler/parser/hschooks.c
ghc/compiler/parser/hschooks.h
ghc/rts/Linker.c