diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-12-21 10:27:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-12-21 10:27:19 (GMT) |
commit | 9766a76000f4b621c0fa1ef9f7ad6d41d0f36a74 (patch) | |
tree | da5b49cc420bab6e06ab2587ba4602a1bb5f33b5 /unix | |
parent | b8ee717f77fc6f8add7137b14be34357192aacea (diff) | |
download | tcl-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')
-rw-r--r-- | unix/Makefile.in | 2 |
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 |