cvs commit: fptools/ghc/includes StgMacros.h fptools/ghc/rts HeapStackCheck.hc Linker.c

Julian Seward sewardj@glass.cse.ogi.edu
Mon, 10 Dec 2001 09:55:41 -0800


sewardj     2001/12/10 09:55:40 PST

  Modified files:
    ghc/includes         StgMacros.h 
    ghc/rts              HeapStackCheck.hc Linker.c 
  Log:
  Fix a presumably long-standing cut-n-paste-o, wherein HP_CHK_L1 had
  exactly the same definition as HP_CHK_D1.
  
  Revision  Changes    Path
  1.44      +2 -2      fptools/ghc/includes/StgMacros.h
  1.20      +34 -1     fptools/ghc/rts/HeapStackCheck.hc
  1.75      +2 -1      fptools/ghc/rts/Linker.c