mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 11:02:24 +00:00
Fix ref to undefined uint32_t on windows and rebuild bootstrap.
This commit is contained in:
parent
d73e80cd09
commit
3c36cbd111
8 changed files with 13 additions and 3 deletions
|
|
@ -32,6 +32,8 @@ typedef unsigned char SYSTEM_CARD8;
|
|||
typedef unsigned int size_t;
|
||||
#endif
|
||||
|
||||
#define _SIZE_T_DEFINED_ // For OpenBSD
|
||||
|
||||
void *memcpy(void *dest, const void *source, size_t size);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue