mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* unexec.h: New file.
This commit is contained in:
parent
ce701a3393
commit
7feda0d218
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2011-03-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
New file unexec.h, the (simple) interface for unexec.
|
||||
* unexec.h: New file.
|
||||
* deps.mk (emacs.o, unexaix.o, unexcw.o, unexcoff.o, unexelf.o):
|
||||
(unexhp9k800.o, unexmacosx.o, unexsol.o, unexw32.o):
|
||||
Depend on unexec.h.
|
||||
|
|
|
|||
1
src/unexec.h
Normal file
1
src/unexec.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
void unexec (const char *, const char *);
|
||||
Loading…
Reference in a new issue