diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-10 16:46:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-10 16:46:41 +0000 |
commit | b883991acc7f34802dbc9fde19f2e195e56ea92e (patch) | |
tree | 3d8b62b9e7fdbbe1d174cc1cec67f1c17b3aabca /src/m | |
parent | f0ce95e7d21ef282582faeb200e6ff66970c4cae (diff) | |
download | emacs-b883991acc7f34802dbc9fde19f2e195e56ea92e.tar.gz |
Don't test THIS_IS_YMAKEFILE.
Diffstat (limited to 'src/m')
-rw-r--r-- | src/m/alpha.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index a820baf3d54..50a6a68b885 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -210,7 +210,6 @@ NOTE-END But not in makefiles! */ #ifndef NOT_C_CODE -#ifndef THIS_IS_YMAKEFILE /* We need these because pointers are larger than the default ints. */ #include <alloca.h> @@ -253,7 +252,6 @@ extern void r_alloc_free (); #endif /* not _MALLOC_INTERNAL */ #endif /* REL_ALLOC */ -#endif /* not THIS_IS_YMAKEFILE */ #endif /* not NOT_C_CODE */ #ifdef OSF1 |