Skip to content
Snippets Groups Projects
  • Ben Gamari's avatar
    e84d76d3
    includes/rts: Drop trailing comma · e84d76d3
    Ben Gamari authored
    This trailing comma snuck in in a recent patch. There is nothing wrong with the
    comma; it's perfectly valid C99, yet nevertheless Mac OS X's dtrace utility
    chokes on it with,
    
        dtrace: failed to compile script rts/RtsProbes.d:
                "includes/rts/EventLogFormat.h", line 245: syntax error near "}"
        make[1]: *** [rts/dist/build/RtsProbes.h] Error 1
    
    (cherry picked from commit be514a69)
    e84d76d3
    History
    includes/rts: Drop trailing comma
    Ben Gamari authored
    This trailing comma snuck in in a recent patch. There is nothing wrong with the
    comma; it's perfectly valid C99, yet nevertheless Mac OS X's dtrace utility
    chokes on it with,
    
        dtrace: failed to compile script rts/RtsProbes.d:
                "includes/rts/EventLogFormat.h", line 245: syntax error near "}"
        make[1]: *** [rts/dist/build/RtsProbes.h] Error 1
    
    (cherry picked from commit be514a69)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
EventLogFormat.h 10.67 KiB