]> git.sur5r.net Git - c128-kasse/commit
include guards: don't begin them with underscores
authorMaik Fischer <maikf@qu.cx>
Sun, 29 Oct 2017 21:48:39 +0000 (22:48 +0100)
committerMaik Fischer <maikf@qu.cx>
Mon, 30 Oct 2017 10:13:09 +0000 (11:13 +0100)
commitd3fc3d458044401eeb1260076b4fccd64a4ec7b2
tree364ce848b15cb8de436bc4aee584f461e92cf771
parent87e047e33c4803e6aaea1b63da1e71a408b4a1c5
include guards: don't begin them with underscores

see: https://www.securecoding.cert.org/confluence/display/c/DCL37-C.+Do+not+declare+or+define+a+reserved+identifier
12 files changed:
include/c128time.h
include/config.h
include/credit_manager.h
include/general.h
include/globals.h
include/kasse.h
include/print.h
include/vdc_patch_charset.h
include/vdc_util.h
src/config.c
src/globals.c
src/print.c