stricter typing of function pointers for makecontext()
authorBrian Norris <banorris@uci.edu>
Tue, 13 Mar 2012 18:37:45 +0000 (11:37 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 13 Mar 2012 18:41:34 +0000 (11:41 -0700)
We need to use functions with no arguments (i.e., 'void (*)()') in order to
retain strict type-checking with makecontext(). Of course, we still circumvent
this type checking with casting, but we should straighten this out sometime...


No differences found