mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
buffer: Hide one of the asserts from lua parser
This commit is contained in:
@@ -124,6 +124,7 @@ function Gcc:init_defines()
|
||||
self:define('_GNU_SOURCE')
|
||||
self:define('INCLUDE_GENERATED_DECLARATIONS')
|
||||
self:define('UNIT_TESTING')
|
||||
self:define('UNIT_TESTING_LUA_PREPROCESSING')
|
||||
-- Needed for FreeBSD
|
||||
self:define('_Thread_local', nil, '')
|
||||
-- Needed for macOS Sierra
|
||||
|
||||
Reference in New Issue
Block a user