Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67d20687
Commit
67d20687
authored
Sep 12, 2007
by
Glenn Morris
Browse files
(alloca): Do not undef.
(allocaobj, alloca.o): Remove. (otherobj): Remove allocaobj.
parent
d31440c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
20 deletions
+2
-20
src/Makefile.in
src/Makefile.in
+2
-20
No files found.
src/Makefile.in
View file @
67d20687
...
...
@@ -75,12 +75,6 @@ SHELL=/bin/sh
#define NOT_C_CODE
#include "config.h"
/*
We
will
not
really
call
alloca;
do
not
let
the
file
name
alloca.c
get
messed
up.
*/
#ifdef alloca
#undef alloca
#endif
/*
Do
not
let
the
file
name
mktime.c
get
messed
up.
*/
#ifdef mktime
#undef mktime
...
...
@@ -650,12 +644,6 @@ mallocobj = $(gmallocobj) $(rallocobj) vm-limit.o
#endif /* SYSTEM_MALLOC */
#ifndef HAVE_ALLOCA
allocaobj
=
alloca.o
#else
allocaobj
=
#endif
#ifdef USE_X_TOOLKIT
widgetobj
=
widget.o
#else /* not USE_X_TOOLKIT */
...
...
@@ -667,9 +655,9 @@ widgetobj=
should
not
be
told
about.
*/
#ifdef CYGWIN
/*
Cygwin
differs
because
of
its
unexec().
*/
otherobj
=
$(termcapobj)
$(gmallocobj)
$(rallocobj)
lastfile.o vm-limit.o
$(allocaobj)
$(widgetobj)
$(LIBOBJS)
otherobj
=
$(termcapobj)
$(gmallocobj)
$(rallocobj)
lastfile.o vm-limit.o
$(widgetobj)
$(LIBOBJS)
#else
otherobj
=
$(termcapobj)
lastfile.o
$(mallocobj)
$(allocaobj)
$(widgetobj)
$(LIBOBJS)
otherobj
=
$(termcapobj)
lastfile.o
$(mallocobj)
$(widgetobj)
$(LIBOBJS)
#endif
#ifdef HAVE_MOUSE
...
...
@@ -1098,12 +1086,6 @@ stamp-oldxmenu:
@
echo
"Please run the
`
configure
' script again."
exit 1
/*
Some
machines
have
alloca
built-in.
They
should
define
HAVE_ALLOCA.
Some
use
the
C
version
in
alloca.c
(these
define
C_ALLOCA
in
config.h).
*/
alloca.o
:
alloca.c blockinput.h atimer.h systime.h
/*
Nearly
all
the
following
files
depend
on
lisp.h,
but
it
is
not
included
as
a
dependency
because
it
is
so
often
changed
in
ways
that
do
not
require
any
recompilation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment