mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00

MSVC2013 support C99 incompletely, which causes build errors for C codes in peg-highlight module. 1. Move variable declarations at the front of code block; 2. Add compilation flag `Q_COMPILER_INITIALIZER_LISTS`;