Add isnanf module.
[pspp] / lib / strtoumax.c
index d3cd027c4e8ff4166e386fc9c5fb9c8eab7c1a2d..dc395d626ab5c5437d60df0cb796c15765d5aedb 100644 (file)
@@ -1 +1,2 @@
-#include "strtoxmax.c"
+#define UNSIGNED 1
+#include "strtoimax.c"