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:
Kevin Easton
2017-11-27 23:15:06 +11:00
parent 256b33747c
commit 863263aa07
4 changed files with 4 additions and 9 deletions

View File

@@ -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 *);