summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-21 10:27:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-21 10:27:19 (GMT)
commit9766a76000f4b621c0fa1ef9f7ad6d41d0f36a74 (patch)
treeda5b49cc420bab6e06ab2587ba4602a1bb5f33b5 /unix/Makefile.in
parentb8ee717f77fc6f8add7137b14be34357192aacea (diff)
downloadtcl-9766a76000f4b621c0fa1ef9f7ad6d41d0f36a74.zip
tcl-9766a76000f4b621c0fa1ef9f7ad6d41d0f36a74.tar.gz
tcl-9766a76000f4b621c0fa1ef9f7ad6d41d0f36a74.tar.bz2
Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types like re_void any more. No change in functionality.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index da43c5d..bc73118 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1828,7 +1828,7 @@ gendate:
# -e 's?SCCSID?RCS: @(#) ?' \
# -e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \
# -e '/TclDatenewstate:/d' -e '/#pragma/d' \
-# -e '/#include <inttypes.h>/d' -e 's/const /CONST /g' \
+# -e '/#include <inttypes.h>/d' \
# -e '/#define YYNEW/s/malloc/TclDateAlloc/g' \
# -e '/#define YYENLARGE/,/realloc/s/realloc/TclDateRealloc/g' \
# <y.tab.c >$(GENERIC_DIR)/tclDate.c