[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).
Showing
- ghc/includes/Stg.h 1 addition, 4 deletionsghc/includes/Stg.h
- ghc/rts/Main.c 2 additions, 1 deletionghc/rts/Main.c
- ghc/rts/Prelude.h 103 additions, 0 deletionsghc/rts/Prelude.h
- ghc/rts/PrimOps.hc 4 additions, 2 deletionsghc/rts/PrimOps.hc
- ghc/rts/RtsAPI.c 2 additions, 1 deletionghc/rts/RtsAPI.c
- ghc/rts/Schedule.c 2 additions, 1 deletionghc/rts/Schedule.c
- ghc/rts/StgMiscClosures.hc 2 additions, 1 deletionghc/rts/StgMiscClosures.hc
Loading
Please register or sign in to comment