build fixes

This commit is contained in:
ProgramSnail 2024-11-03 12:52:25 +03:00
parent e17f1f70ed
commit da050c082c
4 changed files with 7 additions and 8 deletions

View file

@ -14,8 +14,6 @@
#include "../../runtime/runtime_common.h"
#define WORD_SIZE (CHAR_BIT * sizeof(int))
// ---
void Lassert(void *f, char *s, ...);