compile incompatibility with lisigsegv librar y

Алексей <[email protected]> Thu, 22 Sep 2022 05:24:37 +0300
Newsgroups gmane.comp.gnu.m4.general
Message-ID <[email protected]>
compilation with --with-lisigsegv flag cause error «Undefined stackoverflow_handler ...»
the reason is in function extern int stackoverflow_handler( ), which is call in m4 code like it is boolean
Example:
ret=stackoverflow_handler( … )
if (ret)
……...
 
I think, code in m4 should be changed to if(ret == 0); then
 
 
С уважением,
Алексей _
[email protected]