X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/1c3b0c0e6f9339e76e42f6393e554c7dfc58e205..1943156e7ba5c0318a54369a52297f74bad7b5b9:/t/declgen.h diff --git a/t/declgen.h b/t/declgen.h index ff40b90..61a6d85 100644 --- a/t/declgen.h +++ b/t/declgen.h @@ -1,6 +1,6 @@ /* * Generate random C declarations for testing. - * Copyright © 2012, 2022 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,15 +23,11 @@ enum { GEN_NO_FUNCTION = 0x01, GEN_NO_STORAGE = 0x02, GEN_NO_VOID = 0x04, - GEN_ONLY_REGISTER = 0x08, + GEN_ONLY_REGISTER = 0x08 }; struct test_rng; -struct cdecl_declspec *gen_qualifiers(struct test_rng *rng, _Bool pointer); -struct cdecl_declspec *gen_typespecs(struct test_rng *rng, _Bool novoid); -struct cdecl_declspec *gen_randomize_specs(struct test_rng *rng, - struct cdecl_declspec *specs); struct cdecl_declspec *gen_declspecs(struct test_rng *rng, unsigned flags); struct cdecl_declarator *gen_declarators(struct test_rng *rng);