jrincayc / ucblogo-code

Berkeley Logo interpreter
https://people.eecs.berkeley.edu/~bh/logo.html
GNU General Public License v3.0
182 stars 34 forks source link

Define SIG_TAKES_ARG in unix. #177

Closed jrincayc closed 8 months ago

jrincayc commented 8 months ago

This fixes one of the problems in #176 by using SIG_TAKES_ARG for unix.

dmalec commented 8 months ago

Reviewed changes and approve. This also cleans up some warnings when building on OSX 10.15, nice! :)