mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
another map bug fix + fix some warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user