* xtime.h (XTIME_PRECISION): Now of type int, not long long int,
[gnulib.git] / lib / ChangeLog
index 3682552..322f228 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * xtime.h (XTIME_PRECISION): Now of type int, not long long int,
+       so that the code works even with ancient cpp.  Portability problem
+       with GCC 2.7.2.1 reported by Thomas M.Ott.
+
 2005-09-27  Jim Meyering  <jim@meyering.net>
 
        * getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.