mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-31 11:08:18 +00:00
xmake initial build, uint -> uint32_t (stdlib test 03 fails with xmake, possible due to newer c and c++ versions)
This commit is contained in:
parent
c348af161c
commit
6c19722d9e
11 changed files with 64 additions and 46 deletions
|
|
@ -11,7 +11,7 @@ Bytefile *run_with_imports(Bytefile *root, int argc, char **argv,
|
|||
|
||||
// ---
|
||||
|
||||
enum BUILTIN : uint {
|
||||
enum BUILTIN : uint32_t {
|
||||
BUILTIN_Luppercase, // 0
|
||||
BUILTIN_Llowercase, // 1
|
||||
BUILTIN_Lassert, // 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue