Edit

IABSD.fr/ports/games/moria

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2017-04-25 15:47:41
    Hash : 5fca7008
    Message : clang doesn't like int functions that don't return, but signal handlers have returned void basically forever, so cut thru a bit of old-style cruft so it compiles and runs more or less correctly (there's a shitload of stuff happening in the handler... not my fight) TODO: LINT_ARGS controls prototypes in externs.h... turning them on triggers some issues with K&R vs ANSI in some functions.