shithub: scc

Download patch

ref: 5b9d9b6057b4ebdb7d4590c849607f6d0765c00c
parent: 5f0409dd660ec9a663b8d0e6ccc9664b44f2e4e3
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Jan 23 09:46:38 EST 2018

Add limits macros for TUINT and TINT

--- a/inc/scc.h
+++ b/inc/scc.h
@@ -12,6 +12,8 @@
 
 #define TINT        long long
 #define TUINT       unsigned long long
+#define TUINT_MAX   ULLONG_MAX
+#define TINT_MAX    LLONG_MAX
 #define TFLOAT      double
 
 struct items {