mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
fix: 开启On优化后测试不通过
This commit is contained in:
parent
9ca845fed2
commit
f9054fc8a7
@ -625,7 +625,7 @@ namespace WXML
|
||||
void Init_55F20C(int root, std::string & key, std::string & offset_4, int offset_32, std::string &offset_36);
|
||||
public:
|
||||
std::map<int,std::map<std::string,std::vector<WXML::EXPRLib::BNF>>> ret;
|
||||
bool offset_24;
|
||||
bool offset_24 = false;
|
||||
TransitTable(/* args */);
|
||||
~TransitTable();
|
||||
static TransitTable* GetInstance();
|
||||
|
@ -113,7 +113,7 @@ namespace WXSS
|
||||
static TransitTable* instance;
|
||||
static std::mutex m;
|
||||
std::map<int,std::map<std::string,std::vector<WXSS::CSSTreeLib::BNF>>> offset_0;
|
||||
bool offset_24;
|
||||
bool offset_24 = false;
|
||||
TransitTable(/* args */);
|
||||
~TransitTable();
|
||||
static TransitTable* GetInstance();
|
||||
|
Loading…
x
Reference in New Issue
Block a user