$OpenBSD: patch-src_lib_libast_features_float,v 1.2 2001/10/12 17:01:43 naddy Exp $
--- src/lib/libast/features/float.orig	Wed Jun 13 21:50:59 2001
+++ src/lib/libast/features/float	Fri Oct 12 18:49:24 2001
@@ -132,7 +132,7 @@ tst	- output{
 			f *= 2;
 			pw = w;
 			w *= 2;
-		} while (w == (_ast_intmax_t)f);
+		} while (w == f);
 		w = (pw - 1) + pw;
 		u = ~0;
 		if (u > w)
@@ -263,7 +263,7 @@ tst	- output{
 			d *= 2;
 			pw = w;
 			w *= 2;
-		} while (w == (_ast_intmax_t)d);
+		} while (w == d);
 		w = (pw - 1) + pw;
 		u = ~0;
 		if (u > w)
@@ -391,7 +391,7 @@ tst	- output{
 			l *= 2;
 			pw = w;
 			w *= 2;
-		} while (w == (_ast_intmax_t)l);
+		} while (w == l);
 		w = (pw - 1) + pw;
 		u = ~0;
 		if (u > w)
