summaryrefslogtreecommitdiffstats
path: root/generic/tclPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-05 19:58:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-05 19:58:33 (GMT)
commit58bdb3f3892bd0f1b4879c10a03ea7faafb6deb2 (patch)
tree12f2ef5e2524e31eb0119450109e1773c198444f /generic/tclPort.h
parentb930511d5b774c13f2cd22d7820ad0acf7069c39 (diff)
downloadtcl-58bdb3f3892bd0f1b4879c10a03ea7faafb6deb2.zip
tcl-58bdb3f3892bd0f1b4879c10a03ea7faafb6deb2.tar.gz
tcl-58bdb3f3892bd0f1b4879c10a03ea7faafb6deb2.tar.bz2
Remove double macro's. Resolve quotes in travis configuration: it doesn't work
Diffstat (limited to 'generic/tclPort.h')
-rw-r--r--generic/tclPort.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h
index 58e1f5e..d3f6233 100644
--- a/generic/tclPort.h
+++ b/generic/tclPort.h
@@ -27,8 +27,5 @@
#define UWIDE_MAX ((Tcl_WideUInt)-1)
#define WIDE_MAX ((Tcl_WideInt)(UWIDE_MAX >> 1))
#define WIDE_MIN ((Tcl_WideInt)((Tcl_WideUInt)WIDE_MAX+1))
-#define UWIDE_MAX ((Tcl_WideUInt)-1)
-#define WIDE_MAX ((Tcl_WideInt)(UWIDE_MAX >> 1))
-#define WIDE_MIN ((Tcl_WideInt)((Tcl_WideUInt)WIDE_MAX+1))
#endif /* _TCLPORT */