diff options
| author | Jim Blandy | 1993-05-28 04:35:57 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-28 04:35:57 +0000 |
| commit | 12fc7232938e0e8692d786f81df3d126b99d0ac9 (patch) | |
| tree | ad03895c15ff96cf03454baf9ef47f4fa03a801e /src | |
| parent | ac384e4f5d1f2a9e636bb85569b26d6fc25e1903 (diff) | |
| download | emacs-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.in | 1 |
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__ |