• Show log

    Commit

  • Hash : 73c4dd92
    Author : Julio Espinoza-Sokal
    Date : 2009-06-15T21:26:02

    Add noreturn declaration compatible with the MSVC compiler.
    
    MSVC provides a compiler declaration to declare that a function
    never returns. This declaration is required in front of the
    function definition rather than at the end, but fortunately gcc
    is compatible with this location as well.
    
    Explicit returns are no longer required after calls to test_die.
    
    Signed-off-by: Julio Espinoza-Sokal <julioes@gmail.com>
    Signed-off-by: Andreas Ericsson <ae@op5.se>