mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
compilation fix
This commit is contained in:
parent
b85b694d78
commit
7784696b65
2 changed files with 4 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#define __LAMA_RUNTIME__
|
||||
|
||||
#include "runtime_common.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
|
|
@ -16,6 +17,6 @@
|
|||
|
||||
#define WORD_SIZE (CHAR_BIT * sizeof(ptrt))
|
||||
|
||||
_Noreturn void failure (char *s, ...);
|
||||
void failure (const char *s, ...);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue