]> granicus.if.org Git - onig/commit
Remove unused RETSIGTYPE
authorPeter Kokot <peterkokot@gmail.com>
Mon, 23 Jul 2018 05:15:06 +0000 (07:15 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 23 Jul 2018 05:15:06 +0000 (07:15 +0200)
commit4013718b4ee58f977177a98d356d08ade47d6985
tree96692a25a7a1c754f10afc2738245a844f7af19b
parent83f95e22149c40fbe594d1dec2af691df421ebcc
Remove unused RETSIGTYPE

The RETSIGTYPE defines the signal type. In K&R C, this could be int or
void. Since C89 it is always void. Also the RETSIGTYPE is not used in
current code.
src/config.h.win32
src/config.h.win64