From cf43ce533b7717bb3f4fe90c2699e6f442902644 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 6 Feb 2019 08:16:35 +0100 Subject: [PATCH] shared/c-rbtree: minor change to make sources identical to upsteam Partly revert the change from 35171b3c3f850a9136e48d12ead389ee80842268. It's not our place to patch sources that we import via git-subtree. --- shared/c-rbtree/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/c-rbtree/meson.build b/shared/c-rbtree/meson.build index 19f8bc4426..ce57651e4b 100644 --- a/shared/c-rbtree/meson.build +++ b/shared/c-rbtree/meson.build @@ -4,7 +4,7 @@ project( version: '3', license: 'Apache', default_options: [ - 'c_std=c11', + 'c_std=c11' ], ) project_description = 'Intrusive Red-Black Tree Collection'