From 02981a52b9b7d28ced57a7a8115421fdd16789eb Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 31 Mar 1995 07:45:33 +0000 Subject: Original sources from CVS-1.4A2 munged to fit our directory structure. --- gnu/usr.bin/cvs/lib/alloca.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/cvs/lib/alloca.c') diff --git a/gnu/usr.bin/cvs/lib/alloca.c b/gnu/usr.bin/cvs/lib/alloca.c index d2a54b3..b57659e 100644 --- a/gnu/usr.bin/cvs/lib/alloca.c +++ b/gnu/usr.bin/cvs/lib/alloca.c @@ -30,7 +30,7 @@ static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */ #endif -#ifdef emacs +#if defined(emacs) || defined(HAVE_CONFIG_H) #include "config.h" #ifdef static /* actually, only want this if static is defined as "" @@ -43,7 +43,7 @@ lose -- must know STACK_DIRECTION at compile-time #endif /* STACK_DIRECTION undefined */ #endif /* static */ -#endif /* emacs */ +#endif /* emacs || HAVE_CONFIG_H*/ #if __STDC__ typedef void *pointer; /* generic pointer type */ -- cgit v1.1