mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
parent
401805c229
commit
34d80da611
4 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
||||||
#define __LAMA_RUNTIME__
|
#define __LAMA_RUNTIME__
|
||||||
|
|
||||||
#include "runtime_common.h"
|
#include "runtime_common.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
@ -17,6 +16,6 @@
|
||||||
|
|
||||||
#define WORD_SIZE (CHAR_BIT * sizeof(ptrt))
|
#define WORD_SIZE (CHAR_BIT * sizeof(ptrt))
|
||||||
|
|
||||||
void failure (char *s, ...);
|
_Noreturn void failure (char *s, ...);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
BIN
tmp/Hello.bc
BIN
tmp/Hello.bc
Binary file not shown.
BIN
tmp/Sort.bc
BIN
tmp/Sort.bc
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue