>>>>> "Solar" == Solar Designer <[EMAIL PROTECTED]> writes:

>> + atexit(flush_tempfiles_atexit);
>> 
>> Can we depend on atexit be available on all supported platforms?

Solar> I believe so.

No, most notably SunOS which has on_exit, with a different proto.  But
if you AC_REPLACE_FUNC atexit with on_exit, you're portable.

IIRC Liberty has what you need.

_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to