]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include alloca.h unconditionally.
authorJim Meyering <jim@meyering.net>
Sat, 7 Jun 2003 10:20:42 +0000 (10:20 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Jun 2003 10:20:42 +0000 (10:20 +0000)
lib/getdate.y

index 1b5148b410f4778aaf6484edd01176cbb9bc693d..3c4a04000f676a754aa9a15580d7a16fc76bb694 100644 (file)
@@ -1,6 +1,6 @@
 %{
 /* Parse a string into an internal time stamp.
-   Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
-# ifdef HAVE_ALLOCA_H
-#  include <alloca.h>
-# endif
 #endif
 
+#include <alloca.h>
+
 /* 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
    the code were included in the Emacs executable, it probably