simonmar    2005/04/27 02:48:34 PDT

  Modified files:
    ghc/rts              Apply.cmm Exception.cmm 
                         HeapStackCheck.cmm PrimOps.cmm 
                         Profiling.c Profiling.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.4       +1 -1      fptools/ghc/rts/Apply.cmm
  1.8       +1 -1      fptools/ghc/rts/Exception.cmm
  1.12      +1 -1      fptools/ghc/rts/HeapStackCheck.cmm
  1.23      +1 -1      fptools/ghc/rts/PrimOps.cmm
  1.44      +7 -0      fptools/ghc/rts/Profiling.c
  1.9       +1 -0      fptools/ghc/rts/Profiling.h
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to