mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-23 22:35:11 +00:00
Raised label limit to compile noodle
This commit is contained in:
parent
3c758b734b
commit
75142397b8
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ typedef struct {
|
||||||
} Label;
|
} Label;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Uint8 data[256 * 256], llen, mlen;
|
Uint8 data[256 * 256], mlen;
|
||||||
Uint16 ptr, length;
|
Uint16 ptr, length, llen;
|
||||||
Label labels[256];
|
Label labels[512];
|
||||||
Macro macros[256];
|
Macro macros[256];
|
||||||
} Program;
|
} Program;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue