CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/04/25 09:47:41
Modified files:
games/moria : Makefile
games/moria/patches: patch-source_io_c patch-source_signals_c
Added files:
games/moria/patches: patch-source_externs_h
Log 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.