mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
another map bug fix + fix some warnings
This commit is contained in:
parent
fa24a0cec5
commit
ddb4f45b02
4 changed files with 9 additions and 9 deletions
|
@ -193,6 +193,7 @@ fn (v mut V) compile() {
|
|||
#include <signal.h>
|
||||
#include <stdarg.h> // for va_list
|
||||
#include <inttypes.h> // int64_t etc
|
||||
#include <string.h> // memcpy
|
||||
|
||||
#define STRUCT_DEFAULT_VALUE {}
|
||||
#define EMPTY_STRUCT_DECLARATION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue