aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-10 16:46:41 +0000
committerRichard M. Stallman1995-11-10 16:46:41 +0000
commitb883991acc7f34802dbc9fde19f2e195e56ea92e (patch)
tree3d8b62b9e7fdbbe1d174cc1cec67f1c17b3aabca /src/m
parentf0ce95e7d21ef282582faeb200e6ff66970c4cae (diff)
downloademacs-b883991acc7f34802dbc9fde19f2e195e56ea92e.tar.gz
emacs-b883991acc7f34802dbc9fde19f2e195e56ea92e.zip
Don't test THIS_IS_YMAKEFILE.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/alpha.h2
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
210 But not in makefiles! */ 210 But not in makefiles! */
211 211
212#ifndef NOT_C_CODE 212#ifndef NOT_C_CODE
213#ifndef THIS_IS_YMAKEFILE
214/* We need these because pointers are larger than the default ints. */ 213/* We need these because pointers are larger than the default ints. */
215#include <alloca.h> 214#include <alloca.h>
216 215
@@ -253,7 +252,6 @@ extern void r_alloc_free ();
253#endif /* not _MALLOC_INTERNAL */ 252#endif /* not _MALLOC_INTERNAL */
254#endif /* REL_ALLOC */ 253#endif /* REL_ALLOC */
255 254
256#endif /* not THIS_IS_YMAKEFILE */
257#endif /* not NOT_C_CODE */ 255#endif /* not NOT_C_CODE */
258 256
259#ifdef OSF1 257#ifdef OSF1