ccls/src/config.cc

8 lines
145 B
C++
Raw Normal View History

2018-08-21 05:27:52 +00:00
// Copyright 2017-2018 ccls Authors
// SPDX-License-Identifier: Apache-2.0
2018-03-31 20:59:27 +00:00
#include "config.h"
2018-08-09 17:08:14 +00:00
Config *g_config;
thread_local int g_thread_id;