Last patch for tonight.  Feel free to educate me on how to better
interact with the community if I've done it badly.

This patch fixes a few minor issues with src/c/unixint.d.

The first hunk fixes a bare "return;" in a function that needs to
return a Lisp object.  I'm not sure if NIL is the best choice there.

The second hunk just makes GCC shut up about an unused variable when
HAVE_SIGPROCMASK.

The third and final hunk changes a call to mysignal into a call to
signal.  In this case, we're setting the handler to SIG_DFL, so we
don't actually want to do the other stuff that mysignal() does, such
as declaring that the handler takes additional parameters.  The bare
signal() call is sufficient.

Regards,
-- 
Jerry James
http://www.jamezone.org/

Attachment: ecl-unixint.patch
Description: Binary data

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to