X-Git-Url: http://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/d29b70326195354433679efda6e0519b08ab793d..aba6fe8bda05659f70ef0cca07aa02db72f23315:/t/normalize.c diff --git a/t/normalize.c b/t/normalize.c index 558f556..e11e648 100644 --- a/t/normalize.c +++ b/t/normalize.c @@ -1,6 +1,6 @@ /* * Helper application to test normalization of declaration specifiers. - * Copyright © 2021-2023 Nick Bowler + * Copyright © 2021-2024 Nick Bowler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,10 +24,10 @@ #include "cdecl.h" #include "cdecl-internal.h" -#include "test.h" #define PROGNAME "normalize" -static const char *progname = PROGNAME; +#include "test.h" + static const char sopts[] = "f:VH"; static const struct option lopts[] = { { "file", 1, NULL, 'f' },