aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/bison/lib/config.h
blob: cfa92dfb9ef461ed3f2a0a9f1bc2122c19ea9e0e (plain) (blame)
1
2
3
4
5
#ifdef _MSC_VER
	#include "config-win.h"
#else
	#include "config-linux.h"
#endif