X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/4ef59e97312cf3e8f537643c65bc2fef057b786b..dd59ec37f1b1594b41e0ad728c7af7e3fe54c562:/t/declgen.h diff --git a/t/declgen.h b/t/declgen.h index 714efd2..61a6d85 100644 --- a/t/declgen.h +++ b/t/declgen.h @@ -1,6 +1,6 @@ /* * Generate random C declarations for testing. - * Copyright © 2012, 2022-2023 Nick Bowler + * Copyright © 2012, 2022-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 @@ -23,7 +23,7 @@ enum { GEN_NO_FUNCTION = 0x01, GEN_NO_STORAGE = 0x02, GEN_NO_VOID = 0x04, - GEN_ONLY_REGISTER = 0x08, + GEN_ONLY_REGISTER = 0x08 }; struct test_rng;