Mercurial > hg > octave-jordi > gnulib-hg
diff lib/getdate.y @ 101:40a78c8d27fd
merge with 1.8.1a
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Mon, 04 Oct 1993 21:20:39 +0000 (1993-10-04) |
parents | 4d645beabfa4 |
children | 9007b78daafc |
line wrap: on
line diff
--- a/lib/getdate.y +++ b/lib/getdate.y @@ -14,8 +14,12 @@ /* SUPPRESS 288 on yyerrlab *//* Label unused */ #ifdef HAVE_CONFIG_H +#if defined (emacs) || defined (CONFIG_BROKETS) +#include <config.h> +#else #include "config.h" #endif +#endif /* Since the code of getdate.y is not included in the Emacs executable itself, there is no need to #define static in this file. Even if @@ -115,7 +119,7 @@ #if !defined(lint) && !defined(SABER) static char RCS[] = - "$Header: str2date.y,v 2.1 90/09/06 08:15:06 cronan Exp $"; + "$Header: /w/src/cvsroot/shellutils/lib/getdate.y,v 1.5 1993/09/08 18:23:16 meyering Exp $"; #endif /* !defined(lint) && !defined(SABER) */