]> Chaos Git - corbenik/corbenik.git/commit
Minor cleanup.
authorchaoskagami <chaos.kagami@gmail.com>
Sat, 8 Oct 2016 15:11:26 +0000 (11:11 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Sat, 8 Oct 2016 15:11:26 +0000 (11:11 -0400)
commit254a0d4f09dbac9b3b52a691049b1974a796a23b
tree86bae9f4463cf6e67e80dba34a111a0c6be98b3e
parentcbb106124375ce4b4bd2bca196755afba2cb4602
Minor cleanup.

I recently learned that the C standard differentiates between empty parameters
and (void) parameters (wow me) so clean up to clarify what does and doesn't take
arguments.

Functions called from menus are left as accepts-any to prevent GCC from potentially
fucking up optimizations.
17 files changed:
configure.ac
include/input.h
include/interrupt.h
include/menu.h
include/option.h
include/patch_format.h
include/patcher.h
include/std/allocator.h
include/std/draw.h
source/config-backend-file.c
source/input.c
source/interrupt.c
source/main.c
source/menu.c
source/patcher.c
source/std/allocator.c
source/std/draw.c