diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-05-29 13:12:34 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-05-29 13:12:34 -0400 |
| commit | f2718636018468725234e677225c74b0810ff10c (patch) | |
| tree | f313bfc44bedbed33c9f5f1d7938dc8ff53d1aae /utils.h | |
| parent | 1597b34a95e7825e97be52bb452419f4b5f1badb (diff) | |
Rename 'pat_t' -> 'bp_pat_t'
Diffstat (limited to 'utils.h')
| -rw-r--r-- | utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ #include <string.h> #include <unistd.h> +#ifndef auto +#define auto __auto_type +#endif + #define S1(x) #x #define S2(x) S1(x) |
