]> git.draconx.ca Git - cdecl99.git/blobdiff - t/declgen.h
tests: Remove some unneeded C99 syntax.
[cdecl99.git] / t / declgen.h
index 714efd24f42515109f15dccd76d90f2065f8eaac..61a6d85863c31e6b60f67f4dd9ae7ec2fc06342c 100644 (file)
@@ -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;