diff src/lib/compat.h @ 908:bc55266563cd HEAD

Use separate check for uint_fast32_t.
author Timo Sirainen <tss@iki.fi>
date Mon, 06 Jan 2003 13:15:26 +0200
parents fd8888f6f037
children e026f8e4d241
line wrap: on
line diff
--- a/src/lib/compat.h	Sun Jan 05 17:19:50 2003 +0200
+++ b/src/lib/compat.h	Mon Jan 06 13:15:26 2003 +0200
@@ -23,7 +23,9 @@
 #  else
 typedef unsigned long uintmax_t;
 #  endif
+#endif
 
+#ifndef HAVE_UINT_FAST32_T
 #  if SIZEOF_INT >= 4
 typedef unsigned int uint_fast32_t;
 #  else