emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

unexec function prototype


From: Dan Nicolaescu
Subject: unexec function prototype
Date: Fri, 01 Oct 2010 10:32:40 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

We currently get a warning in emacs.c because "unexec" does not have a
prototype.

More, the last two arguments are always zero, and the third is never
used in any implementation in unex*.c.

The bss_start argument is only used in unexaix.c and unexcoff.c, and
the code could be simplified because it's always passed as zero.

So it seems that "unexec" should only have a two arguments.

If there's no objection, I plan to change the code to do that.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]