more extern

This commit is contained in:
dzaima 2021-05-24 00:16:03 +03:00
parent c23214a4de
commit cc163fefe7
2 changed files with 4 additions and 2 deletions

View File

@ -284,8 +284,8 @@ jmp_buf* prepareCatch();
#define CATCH false #define CATCH false
#endif #endif
void popCatch(); void popCatch();
B catchMessage; extern B catchMessage;
u64 envPrevHeight; // envStart+prevEnvHeight will give the original envCurr extern u64 envPrevHeight; // envStart+prevEnvHeight will give the original envCurr

View File

@ -96,6 +96,8 @@ void printBC(i32* p) {
} }
B catchMessage;
u64 envPrevHeight;
B* gStack; // points to after end B* gStack; // points to after end
B* gStackStart; B* gStackStart;