*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 14 Mar 1998 19:53:21 +0000 (19:53 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Mar 1998 19:53:21 +0000 (19:53 +0000)
lib/getdate.h

index 0f2179e..674c474 100644 (file)
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
 # include <config.h>
 #endif
 
 #ifndef PARAMS
 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
-#  define PARAMS(args) args
+#  define PARAMS(Args) Args
 # else
-#  define PARAMS(args) ()
+#  define PARAMS(Args) ()
 # endif
 #endif
 
-#if defined (vms)
+#ifdef vms
 # include <types.h>
 # include <time.h>
 #else
 # include <sys/types.h>
-# ifdef TIME_WITH_SYS_TIME
+# if TIME_WITH_SYS_TIME
 #  include <sys/time.h>
 #  include <time.h>
 # else
-#  ifdef HAVE_SYS_TIME_H
+#  if HAVE_SYS_TIME_H
 #   include <sys/time.h>
 #  else
 #   include <time.h>