fix typo when defining away tightly_packed when building without -O

spotted by deraadt@ when building with CFLAGS=-fno-common

matches upstream commit by Alexei Podtelezhnikov
sna: fix typo for --enable-debug=full
db2356f5861d4a81d67c00843a15f5624cd21fb5
This commit is contained in:
jsg
2021-02-07 07:33:03 +00:00
parent 55e4180bde
commit bb87bf9699

View File

@@ -49,7 +49,7 @@
#define must_check
#define constant
#define pure
#define tighly_packed
#define tightly_packed
#define flatten
#define page_aligned
#endif