mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 13:02:04 +10:00
Works by saving all preprocessor defines and reusing them on each run. This also saves NVIM_HEADER_H defines. Saving other defines is needed for defines like `Map(foo, bar)` which are sometimes used to declare types or functions. Saving types or function declarations is not needed because they are recorded as luajit state. Fixes #5857
2.7 KiB
2.7 KiB