From 1d2c4b59879a6f96edd2f8f86d6313a97c856d26 Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 29 Feb 2024 16:01:36 -0600 Subject: working on 'rolling' parsing --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 864108d..c68054d 100644 --- a/src/util.h +++ b/src/util.h @@ -23,7 +23,7 @@ #define color_reset "\e[0m" #define i_swap(A,B) double temp = A; A = B; B = temp; - +#define lesser(A,B) (A>B?B:A) int gen_parse(char*,int, parray_t**); void p_fatal(const char*); void p_error(const char*); -- cgit v1.2.3