summaryrefslogtreecommitdiff
path: root/src/m
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-10 16:46:41 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-10 16:46:41 +0000
commit7226b16fedb668d91eedeb1b6c95412b874335b5 (patch)
tree49e1d8817f6650b1b2d56dda0e147da998dd1633 /src/m
parent1476682b7a82c7b287b103a72726534a1d66a794 (diff)
downloademacs-7226b16fedb668d91eedeb1b6c95412b874335b5.tar.gz
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
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