[project @ 2005-04-27 09:48:34 by simonmar]
Remove uses of stderr from .cmm code. We can't reliably refer to stdin/stdout/stderr from .cmm, because the C standard doesn't specify whether stderr is a variable or a macro.
Showing
- ghc/rts/Apply.cmm 1 addition, 1 deletionghc/rts/Apply.cmm
- ghc/rts/Exception.cmm 1 addition, 1 deletionghc/rts/Exception.cmm
- ghc/rts/HeapStackCheck.cmm 1 addition, 1 deletionghc/rts/HeapStackCheck.cmm
- ghc/rts/PrimOps.cmm 1 addition, 1 deletionghc/rts/PrimOps.cmm
- ghc/rts/Profiling.c 7 additions, 0 deletionsghc/rts/Profiling.c
- ghc/rts/Profiling.h 1 addition, 0 deletionsghc/rts/Profiling.h
Loading
Please register or sign in to comment