[project @ 2000-11-13 14:40:36 by simonmar]
authorsimonmar <unknown>
Mon, 13 Nov 2000 14:40:38 +0000 (14:40 +0000)
committersimonmar <unknown>
Mon, 13 Nov 2000 14:40:38 +0000 (14:40 +0000)
commit34a98f40dea6d31ced5213b7810dc39b4989c395
treee58ab54caf86851321927fd909a0f71426703ee2
parentdc7a3d8cec60b14b2fc6f79e69a78691e1477b40
[project @ 2000-11-13 14:40:36 by simonmar]
Change the names of several RTS symbols so they don't potentially
clash with user code.  All the symbols that may clash now have an
"stg_" prefix.
25 files changed:
ghc/compiler/absCSyn/CLabel.lhs
ghc/includes/Assembler.h
ghc/includes/ClosureMacros.h
ghc/includes/PrimOps.h
ghc/includes/SchedAPI.h
ghc/includes/StgMacros.h
ghc/includes/StgMiscClosures.h
ghc/includes/Updates.h
ghc/rts/Exception.h
ghc/rts/Exception.hc
ghc/rts/GC.c
ghc/rts/Linker.c
ghc/rts/PrimOps.hc
ghc/rts/ProfHeap.c
ghc/rts/RtsAPI.c
ghc/rts/Sanity.c
ghc/rts/Schedule.c
ghc/rts/Schedule.h
ghc/rts/StgCRun.c
ghc/rts/StgMiscClosures.hc
ghc/rts/Storage.c
ghc/rts/Storage.h
ghc/rts/StoragePriv.h
ghc/rts/Updates.hc
ghc/rts/Weak.c