]> git.tuebingen.mpg.de Git - paraslash.git/commit
Prefer __func__ to __FUNCTION__.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jun 2025 20:48:41 +0000 (22:48 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 10 Jun 2025 13:25:48 +0000 (15:25 +0200)
commitbb61c0c96becce30ea114f9e1aa6808949d89e9e
tree4086d11a81cafba5db155e6bf321e98974bf3b51
parent53bcf6d03c8dcfc2d9ac44c837661a84acec8d48
Prefer __func__ to __FUNCTION__.

The former is part of the C99 standard, while the latter is only provided
for backward compatibility. This change also silences many gcc warnings when
compiling with -Wpendantic (disabled in the default build).
para.h
play.c