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:
@@ -43,6 +43,7 @@
|
||||
#include "who.h"
|
||||
#include "whowas.h"
|
||||
#include "hash2.h"
|
||||
#include "tcl_bx.h"
|
||||
#define MAIN_SOURCE
|
||||
#include "modval.h"
|
||||
|
||||
@@ -50,8 +51,6 @@
|
||||
char tcl_versionstr[] = "Tcl 2.1";
|
||||
|
||||
#ifdef WANT_TCL
|
||||
/*#define TCL_PLUS*/
|
||||
#include "tcl_bx.h"
|
||||
|
||||
Tcl_HashTable *gethashtable (int, int *, char *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user