ccls/src/config.cc

5 lines
69 B
C++
Raw Normal View History

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;