fix(preprocessor): initialize tm structure (#96)

This commit is contained in:
Edo
2023-04-02 21:24:56 +02:00
committed by GitHub
parent 15526ab79a
commit c314990402
2 changed files with 13 additions and 0 deletions

View File

@ -83,6 +83,7 @@ private:
auto eval_expr_factor() -> i32;
auto eval_expr_unary() -> i32;
auto eval_expr_primary() -> i32;
auto get_local_time(std::tm& ltime) -> void;
auto get_date_define(std::tm* time_p) -> void;
auto get_time_define(std::tm* time_p) -> void;
};