aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-10-19 11:06:58 +0200
committerlemon <lsof@mailbox.org>2025-10-19 11:06:58 +0200
commit9bf5c97d3b5391c6cf3757629d09a53403a64f45 (patch)
treee8ca609e27d72b4011be6803a45d5d3773a05b05 /common.h
parentdea8fd171acb54b6d9685422d5e391fb55074008 (diff)
c irgen fixes
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index c6ebf9d..949b496 100644
--- a/common.h
+++ b/common.h
@@ -27,7 +27,6 @@ typedef unsigned uint;
#define in_range(x, Lo, Hi) ((uint) (x) - (Lo) <= (Hi) - (Lo)) /* lo <= x <= hi; lo > 0, hi > 0 */
#define alignup(x, A) (((x) + ((A) - 1)) & -(A))
#define arraylength(a) (sizeof(a) / sizeof 0[a])
-struct bytes { uchar *p; uint n; };
enum { SPANFILEBITS = 10 };
struct span {