Fixed compilation with tcl-8.6+
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
parent
45b8c14fd1
commit
b6df6a4599
1 changed files with 2 additions and 0 deletions
|
|
@ -91,3 +91,5 @@ char *strstr(const char *, const char *);
|
||||||
# ifndef HAVE_STRTOL
|
# ifndef HAVE_STRTOL
|
||||||
long strtol(const char *, char **, int);
|
long strtol(const char *, char **, int);
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
#define USE_INTERP_RESULT 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue