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