From 34e69959df548688ef8535eb4cab18e5a53992a8 Mon Sep 17 00:00:00 2001 From: theo3 Date: Tue, 14 Dec 2021 23:31:27 -0800 Subject: cleanup --- src/flagDebug.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/flagDebug.c') diff --git a/src/flagDebug.c b/src/flagDebug.c index e65edcf4..4f03efd9 100644 --- a/src/flagDebug.c +++ b/src/flagDebug.c @@ -1,12 +1,4 @@ -// #define DEF_FLAGS( name, ... ) \ -// const char* const name##_flags[] = { \ -// "BEGIN", \ -// __VA_ARGS__ \ -// "END" \ -// }; - -// DEF_FLAGS(global, "a", -// "b"); +#include "flags.h" const char* const globalFlagNames[] = { "BEGIN", -- cgit v1.2.3