DEFINE: Don't label a declaration, for C99 compatibility.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 11 Sep 2022 19:08:43 +0000 (12:08 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 11 Sep 2022 19:08:43 +0000 (12:08 -0700)
commit34ab9eb1f2be90a51f81e6730204cab2380584bc
tree19e7b9847cb1ee60753e0b15c066bfcda998af0f
parent393c3433e48ee46e53d53aedad88b38bbdba2bb5
DEFINE: Don't label a declaration, for C99 compatibility.

Thanks to Friedrich Beckmann for reporting the problem.

Fixes: 36fc62cea799 ("macro: Coding style improvement in macro_tokens_from_string().")Fixes: b8f7ae6610f0 ("DEFINE: Improve error messages for parsing macro body.")
src/language/control/define.c