shared/c-rbtree: minor change to make sources identical to upsteam

Partly revert the change from 35171b3c3f.
It's not our place to patch sources that we import via git-subtree.
This commit is contained in:
Thomas Haller 2019-02-06 08:16:35 +01:00
parent 84f1dac1bf
commit cf43ce533b

View file

@ -4,7 +4,7 @@ project(
version: '3',
license: 'Apache',
default_options: [
'c_std=c11',
'c_std=c11'
],
)
project_description = 'Intrusive Red-Black Tree Collection'