KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
49 stars 17 forks source link

Multiline macros problem #28

Open veteran29 opened 5 years ago

veteran29 commented 5 years ago

After building ACE3 with HEMTT which uses armake2 internally I'm getting this error in game:

21:23:49 Error in expression <", CBA_missionTime] <= CBA_missionTime} \>
21:23:49   Error position: <\>
21:23:49   Error Missing ;
21:23:49 Error in expression <", CBA_missionTime] <= CBA_missionTime} \>
21:23:49   Error position: <\>
21:23:49   Error Missing ;

It seems that macros in this file were not expanded.

Raw file from PBO; StateMachine.hpp.txt