From c4b020730abcc6251181bde30d27a73dc98dc538 Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 8 Dec 1999 03:50:22 +0000 Subject: * unix/Makefile.in: fixed make gendate to swap const with CONST so it uses the Tcl defined CONST type [Bug: 3521] --- unix/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unix/Makefile.in b/unix/Makefile.in index 8ae2101..97a9d16 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.49 1999/11/13 01:35:43 wart Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.50 1999/12/08 03:50:22 hobbs Exp $ VERSION = @TCL_VERSION@ @@ -460,10 +460,10 @@ topDirName: gendate: yacc -l $(GENERIC_DIR)/tclGetDate.y sed -e 's/yy/TclDate/g' -e '/^#include /d' \ - -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.49 1999/11/13 01:35:43 wart Exp $$?' \ + -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.50 1999/12/08 03:50:22 hobbs Exp $$?' \ -e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \ -e '/TclDatenewstate:/d' -e '/#pragma/d' \ - -e '/#include /d' \ + -e '/#include /d' -e 's/const /CONST /g' \ $(GENERIC_DIR)/tclDate.c rm y.tab.c -- cgit v0.12