mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 04:50:28 +00:00
Apply some touchups
This commit is contained in:
parent
9f149e1de3
commit
2f3bd90216
139 changed files with 1188 additions and 1154 deletions
3
third_party/chibicc/test/test.h
vendored
3
third_party/chibicc/test/test.h
vendored
|
@ -3,6 +3,9 @@
|
|||
#include "libc/stdio/stdio.h"
|
||||
#include "libc/str/str.h"
|
||||
|
||||
STATIC_YOINK("__mmap"); /* asan needs it */
|
||||
STATIC_YOINK("TrackMemoryInterval"); /* asan needs it */
|
||||
|
||||
#define ASSERT(x, y) Assert2(x, y, #y, __FILE__, __LINE__)
|
||||
#define ASSERT128(x, y) Assert128(x, y, #y, __FILE__, __LINE__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue