mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
some fix
This commit is contained in:
parent
c2be07b9cc
commit
8a049b06bd
@ -2,6 +2,8 @@
|
|||||||
#include "pocketpy/common/config.h"
|
#include "pocketpy/common/config.h"
|
||||||
#include "pocketpy/interpreter/vm.hpp"
|
#include "pocketpy/interpreter/vm.hpp"
|
||||||
|
|
||||||
|
#include <cstdarg>
|
||||||
|
|
||||||
namespace pkpy {
|
namespace pkpy {
|
||||||
|
|
||||||
#define consume(expected) if(!match(expected)) return SyntaxError("expected '%s', got '%s'", TK_STR(expected), TK_STR(curr().type));
|
#define consume(expected) if(!match(expected)) return SyntaxError("expected '%s', got '%s'", TK_STR(expected), TK_STR(curr().type));
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
#include "pocketpy/common/gil.hpp"
|
#include "pocketpy/common/gil.hpp"
|
||||||
#include "pocketpy/common/version.h"
|
#include "pocketpy/common/version.h"
|
||||||
|
|
||||||
|
#include <cstdarg>
|
||||||
|
|
||||||
namespace pkpy {
|
namespace pkpy {
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
Loading…
x
Reference in New Issue
Block a user