* obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
[gnulib.git] / lib / posixtm.c
index 41c00ad..49e239c 100644 (file)
@@ -1,5 +1,5 @@
 /* Parse dates for touch and date.
-   Copyright (C) 1989, 1990, 1991, 1998, 2000-2002 Free Software Foundation Inc.
+   Copyright (C) 1989, 1990, 1991, 1998, 2000-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
 # include <config.h>
 #endif
 
-#if HAVE_STDBOOL_H
-# include <stdbool.h>
-#else
-typedef enum {false = 0, true = 1} bool;
-#endif
+#include <stdbool.h>
 
 #include <stdio.h>
 #if HAVE_STDLIB_H