summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-25 11:54:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-25 11:54:10 (GMT)
commitd044132580d82d2fe3b6c6fa7ddcfee6627d718f (patch)
tree935cab44c0fb73ed0bd0d42ff92f08e4e7149793 /generic/tclBasic.c
parenta8c5eb74e5eb8bdda197b8cae56cc0f79403fc6a (diff)
downloadtcl-d044132580d82d2fe3b6c6fa7ddcfee6627d718f.zip
tcl-d044132580d82d2fe3b6c6fa7ddcfee6627d718f.tar.gz
tcl-d044132580d82d2fe3b6c6fa7ddcfee6627d718f.tar.bz2
Fix build with -DTCL_NO_DEPRECATED cflag
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 956d9ce..612a6d8 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -21,7 +21,6 @@
#include "tclOOInt.h"
#include "tclCompile.h"
#include "tclTomMath.h"
-#include "tclUuid.h"
#include <math.h>
#include <assert.h>
@@ -1173,11 +1172,6 @@ Tcl_CreateInterp(void)
Tcl_SetVar2(interp, "tcl_platform", "threaded", "1", TCL_GLOBAL_ONLY);
#endif
-#ifndef STRINGIFY
-# define STRINGIFY(x) STRINGIFY1(x)
-# define STRINGIFY1(x) #x
-#endif
-
/*
* Register Tcl's version number.
* TIP #268: Full patchlevel instead of just major.minor