[project @ 2000-03-13 10:53:55 by simonmar]
authorsimonmar <unknown>
Mon, 13 Mar 2000 10:53:56 +0000 (10:53 +0000)
committersimonmar <unknown>
Mon, 13 Mar 2000 10:53:56 +0000 (10:53 +0000)
commit0d5d32bf62c39c390934d9ef4b01e2bf2db910f8
treee8e63aa0657c1005af125f5cf7a1c3b47981acbd
parent53f56234adb3e0595483e76a0e6625ecc13ef43a
[project @ 2000-03-13 10:53:55 by simonmar]
Move Prelude.h from ghc/includes into ghc/rts.  It's essentially a
list of the things from the Prelude that the RTS depends on, and isn't
relevant to STG code.  Furthermore, this helps to clarify which parts
of the RTS depend on things from the Prelude (by an explicity
#include).
ghc/includes/Stg.h
ghc/rts/Main.c
ghc/rts/Prelude.h [new file with mode: 0644]
ghc/rts/PrimOps.hc
ghc/rts/RtsAPI.c
ghc/rts/Schedule.c
ghc/rts/StgMiscClosures.hc