mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 21:50:37 -08:00
(EXTRA_INITIALIZE): Define here.
This commit is contained in:
parent
cbd4bc1b50
commit
eb0995ee10
1 changed files with 4 additions and 0 deletions
|
|
@ -29,3 +29,7 @@
|
|||
/* It is safe to have no parens around the args in the safe_bcopy call,
|
||||
and parens would screw up the prototype decl for memmove. */
|
||||
#define memmove(d, s, n) safe_bcopy (s, d, n)
|
||||
|
||||
/* This works around a bug in ISC 4.0 and 3.0; it fails
|
||||
to clear the "POSIX process" flag on an exec. */
|
||||
#define EXTRA_INITIALIZE __setostype (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue