From f2718636018468725234e677225c74b0810ff10c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 29 May 2024 13:12:34 -0400 Subject: Rename 'pat_t' -> 'bp_pat_t' --- utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 5fcd21c..9779f78 100644 --- a/utils.h +++ b/utils.h @@ -11,6 +11,10 @@ #include #include +#ifndef auto +#define auto __auto_type +#endif + #define S1(x) #x #define S2(x) S1(x) -- cgit v1.2.3