Differences From Artifact [4549cc99f3]:
- File ord.c — part of check-in [0d4aa1c43a] at 2022-10-27 20:04:19 on branch trunk — add soda (user: lexi, size: 10640) [annotate] [blame] [check-ins using]
To Artifact [95972fed18]:
- File ord.c — part of check-in [6bda93a905] at 2023-01-29 19:21:56 on branch trunk — add rasuir spec, other updates (user: lexi, size: 10626) [annotate] [blame] [check-ins using]
39 39 #endif 40 40 #include <stddef.h> 41 41 #include <stdint.h> 42 42 #include <string.h> 43 43 #include <limits.h> 44 44 #define sz(x) ( sizeof (x) / sizeof (x) [0] ) 45 45 46 - 47 -enum /* constants */ { 48 - null = 0, 49 -}; 46 +#define null ((void*)0) 50 47 51 48 typedef unsigned long long word; 52 49 typedef _Bool bool; 53 50 enum { false = 0, true = 1 }; 54 51 55 52 56 53 #define error_list \