Fixed compilation with tcl-8.6+

Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
Pablo Lezaeta Reyes 2017-09-27 00:18:41 -03:00
parent 45b8c14fd1
commit b6df6a4599
No known key found for this signature in database
GPG Key ID: 9C928FDB51F562A7
1 changed files with 2 additions and 0 deletions

View File

@ -91,3 +91,5 @@ char *strstr(const char *, const char *);
# ifndef HAVE_STRTOL
long strtol(const char *, char **, int);
# endif
#define USE_INTERP_RESULT 1