Author :
tb
Date :
2025-10-29 14:40:26
Hash :a8d480ec Message :plplot: work around broken test for return type of signal handlers (??)
This happens to succeed with gcc/8, but does not with gcc/15, so just
tell the stupid build system that the return type it's looking for is
void, as it's always been since K&R...