summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2023-01-17 19:07:54 +0100
committerKarl Williamson <khw@cpan.org>2023-01-17 13:44:03 -0700
commitfc35cee89c1a42558f50a37a6b4d5186b77f058b (patch)
tree6283b9197ac0aea6b8a2801b2bb78963f83f91fc /.mailmap
parentf66c11c3e32e1e5053ce359dca623032705e25b9 (diff)
downloadperl-fc35cee89c1a42558f50a37a6b4d5186b77f058b.tar.gz
Configure: Add various C99 compatibility improvements
Two C99 compatibility issues are fixed by these changes: Return types are made explicit where they previously defaulted to int, and all called functions are now declared explicitly (either by including additional headers, or by adding prototypes manually). This avoids implict ints and implicit function declarations, both legacy C language features removed in the 1999 revision of the language. Verified with an instrumented GCC compiler on GNU/Linux.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions