| 2021 | } |
| 2022 | |
| 2023 | void macro_init() |
| 2024 | { |
| 2025 | for (const auto &fn : Options.additional_macro_files) |
| 2026 | _read_macros_from(fn.c_str()); |
| 2027 | |
| 2028 | _read_macros_from(get_macro_file().c_str()); |
| 2029 | } |
| 2030 | |
| 2031 | void macro_userfn(const char *keys, const char *regname) |
| 2032 | { |
no test coverage detected