mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
[emacs]: Include lisp.h.
This commit is contained in:
parent
e608805f43
commit
83c2ece520
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ Boston, MA 02111-1307, USA. */
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef emacs
|
||||
#ifdef emacs
|
||||
#include "lisp.h" /* for xmalloc */
|
||||
#else
|
||||
#if defined(HAVE_STRING_H) || defined(STDC_HEADERS)
|
||||
#define bcopy(s, d, n) memcpy ((d), (s), (n))
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue