aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-28 04:35:57 +0000
committerJim Blandy1993-05-28 04:35:57 +0000
commit12fc7232938e0e8692d786f81df3d126b99d0ac9 (patch)
treead03895c15ff96cf03454baf9ef47f4fa03a801e /src
parentac384e4f5d1f2a9e636bb85569b26d6fc25e1903 (diff)
downloademacs-12fc7232938e0e8692d786f81df3d126b99d0ac9.tar.gz
emacs-12fc7232938e0e8692d786f81df3d126b99d0ac9.zip
* config.h.in (UNEXEC_SRC): New macro, set by the configure
script. * ymakefile (UNEXEC_SRC): Give it a default value here, and make UNEXEC depend on it.
Diffstat (limited to 'src')
-rw-r--r--src/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index f44d8f0277e..3bfff7f5853 100644
--- a/src/config.in
+++ b/src/config.in
@@ -94,6 +94,7 @@ and this notice must be preserved on all copies. */
94#undef CRAY_STACKSEG_END 94#undef CRAY_STACKSEG_END
95#undef STACK_DIRECTION 95#undef STACK_DIRECTION
96#undef const 96#undef const
97#undef UNEXEC_SRC
97 98
98/* If using GNU, then support inline function declarations. */ 99/* If using GNU, then support inline function declarations. */
99#ifdef __GNUC__ 100#ifdef __GNUC__