Skip to content
  • Ben Gamari's avatar
    3b12e852
    rts: Work around missing prototypes errors · 3b12e852
    Ben Gamari authored
    Darwin's toolchain inexpliciably claims that `write_barrier` and friends
    have declarations without prototypes, despite the fact that (a) they are
    definitions, and (b) the prototypes appear only a few lines above. Work
    around this by making the definitions proper prototypes.
    
    (cherry picked from commit 5b6612bc)
    3b12e852
    rts: Work around missing prototypes errors
    Ben Gamari authored
    Darwin's toolchain inexpliciably claims that `write_barrier` and friends
    have declarations without prototypes, despite the fact that (a) they are
    definitions, and (b) the prototypes appear only a few lines above. Work
    around this by making the definitions proper prototypes.
    
    (cherry picked from commit 5b6612bc)
Loading