Skip to content
  • Takenobu Tani's avatar
    Fix comment (old file names) in rts/ · 31bb85ff
    Takenobu Tani authored and Matthew Pickering's avatar Matthew Pickering committed
    [skip ci]
    
    There ware some old file names (.lhs, ...) at comments.
    
    * rts/win32/ThrIOManager.c
      - Conc.lhs -> Conc.hs
    
    * rts/PrimOps.cmm
      - ByteCodeLink.lhs -> ByteCodeLink.hs
      - StgMiscClosures.hc -> StgMiscClosures.cmm
    
    * rts/AutoApply.h
      - AutoApply.hc -> AutoApply.cmm
    
    * rts/HeapStackCheck.cmm
      - PrimOps.hc -> PrimOps.cmm
    
    * rts/LdvProfile.h
      - Updates.hc -> Updates.cmm
    
    * rts/Schedule.c
      - StgStartup.hc -> StgStartup.cmm
    
    * rts/Weak.c
      - StgMiscClosures.hc -> StgMiscClosures.cmm
    
    Reviewers: bgamari, austin, erikd, simonmar
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D3075
    31bb85ff