X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/90eaf19d63952c7df0239dcd7c6c09b4292aa575..beac10d6593fee948759c05d956b83db6803f2ec:/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;