Make inclusion of tcl_bx.h unconditional
There's no need for the conditional compilation - tcl_bx.h itself has the WANT_TCL guards necessary. This makes generating the Makefile target dependencies easier.
This commit is contained in:
@@ -26,9 +26,7 @@ CVS_REVISION(hook_c)
|
||||
#include "parse.h"
|
||||
#include "misc.h"
|
||||
#include "stack.h"
|
||||
#ifdef WANT_TCL
|
||||
#include "tcl_bx.h"
|
||||
#endif
|
||||
#define MAIN_SOURCE
|
||||
#include "modval.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user