Include config.h
This commit is contained in:
parent
cfadbd40e1
commit
007fa82581
|
@ -1,5 +1,7 @@
|
|||
/* Return a string representing the compiler name */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef THINK_C
|
||||
#define COMPILER " [THINK C]"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue