Added the single swift app;
[swift-upb.git] / compat.h
index 67a0125..4ab9379 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -42,7 +42,7 @@ typedef int64_t tint;
 #define TINT_SEC ((tint)1000000)
 #define TINT_MSEC ((tint)1000)
 #define TINT_uSEC ((tint)1)
-#define TINT_NEVER ((tint)0x7fffffffffffffffLL)
+#define TINT_NEVER ((tint)0x3fffffffffffffffLL)
 
 
 size_t  file_size (int fd);