extern bi_
This commit is contained in:
parent
6869c7d919
commit
39f9060224
6
src/h.h
6
src/h.h
@ -199,13 +199,13 @@ static char* format_pm2(u8 u) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define F(N,X) B bi_##N;
|
#define F(N,X) extern B bi_##N;
|
||||||
FOR_PFN(F)
|
FOR_PFN(F)
|
||||||
#undef F
|
#undef F
|
||||||
#define F(N,X) B bi_##N;
|
#define F(N,X) extern B bi_##N;
|
||||||
FOR_PM1(F)
|
FOR_PM1(F)
|
||||||
#undef F
|
#undef F
|
||||||
#define F(N,X) B bi_##N;
|
#define F(N,X) extern B bi_##N;
|
||||||
FOR_PM2(F)
|
FOR_PM2(F)
|
||||||
#undef F
|
#undef F
|
||||||
|
|
||||||
|
|||||||
11
src/load.c
11
src/load.c
@ -2,6 +2,17 @@
|
|||||||
#include "vm.h"
|
#include "vm.h"
|
||||||
#include "utils/file.h"
|
#include "utils/file.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define F(N,X) B bi_##N;
|
||||||
|
FOR_PFN(F)
|
||||||
|
#undef F
|
||||||
|
#define F(N,X) B bi_##N;
|
||||||
|
FOR_PM1(F)
|
||||||
|
#undef F
|
||||||
|
#define F(N,X) B bi_##N;
|
||||||
|
FOR_PM2(F)
|
||||||
|
#undef F
|
||||||
|
|
||||||
B rtPerf_wrap(B x); // consumes
|
B rtPerf_wrap(B x); // consumes
|
||||||
|
|
||||||
_Thread_local B comp_currPath;
|
_Thread_local B comp_currPath;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user