Jerry James <loganje...@gmail.com> writes: | I can't remember if I sent this one before or not. GCC complains | about undefined behavior when a varargs function's last non-varargs | parameter is declared to have storage class register. Since varargs | works by taking the address of that parameter, and register is a | promise to never take the address of a variable, the two conflict. | This patch fixes the issue.
They look OK to me. -- Gaby _______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gcl-devel