mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
Missing semicolon typo.
This commit is contained in:
parent
2967a9b99e
commit
745c827c96
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ typedef unsigned char SYSTEM_CARD8;
|
|||
|
||||
|
||||
// For FreeBSD and OpenBSD:
|
||||
typedef SYSTEM_ADDRESS size_t
|
||||
typedef SYSTEM_ADDRESS size_t;
|
||||
#define _SIZE_T_DECLARED
|
||||
|
||||
void *memcpy(void *dest, const void *source, SYSTEM_ADDRESS size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue