> But supposing that I wanted to pass around a pointer to it, that wouldn't 
> help much.

That's where the standards come in handy.  In the case of sigsetjmp, read POSIX:
http://www.opengroup.org/onlinepubs/009695399/basedefs/setjmp.h.html

Attempting to pass around a pointer to sigsetjmp is a bug in your program.

-- 
Eric Blake


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to