diff options
author | schwarze <> | 2021-11-19 17:29:17 +0000 |
---|---|---|
committer | schwarze <> | 2021-11-19 17:29:17 +0000 |
commit | 583fedcd909f68391d30cdbe0fb2c65baf23e6d3 (patch) | |
tree | 66cbc9552876e304085c3f63f813528f1f1af481 /src/lib | |
parent | d621a20aea37f0a445975601bf8b27ff6a11e396 (diff) | |
download | openbsd-583fedcd909f68391d30cdbe0fb2c65baf23e6d3.tar.gz openbsd-583fedcd909f68391d30cdbe0fb2c65baf23e6d3.tar.bz2 openbsd-583fedcd909f68391d30cdbe0fb2c65baf23e6d3.zip |
Make function prototype parsing a bit stricter,
reducing the risk of accidental misparsing:
Require whitespace after the function return type (before the
asterisk indicating that the function returns a pointer, if any)
and do not accept whitespace between the function name and the
opening parenthesis of the parameter list. These changes are not
a problem because we want that style for KNF reasons anyway.
Diffstat (limited to 'src/lib')
0 files changed, 0 insertions, 0 deletions