summaryrefslogtreecommitdiffstats
path: root/generic/tclGetDate.y
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-01-11 02:36:15 (GMT)
committerericm <ericm@noemail.net>2000-01-11 02:36:15 (GMT)
commit4ffb56eded4194c3c7ecfbc750fccb9b1099d23c (patch)
tree8c5fa1ceff422bd6df0ee9a440509c593d1c5f2b /generic/tclGetDate.y
parent8d8dadfbfba8c9228efd8a33223294592b72ca4b (diff)
downloadtcl-4ffb56eded4194c3c7ecfbc750fccb9b1099d23c.zip
tcl-4ffb56eded4194c3c7ecfbc750fccb9b1099d23c.tar.gz
tcl-4ffb56eded4194c3c7ecfbc750fccb9b1099d23c.tar.bz2
yacc run
FossilOrigin-Name: 70e29604ff30aa6841451b80fd4dea6a39e630e5
Diffstat (limited to 'generic/tclGetDate.y')
-rw-r--r--generic/tclGetDate.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclGetDate.y b/generic/tclGetDate.y
index b51e0d6..8b28762 100644
--- a/generic/tclGetDate.y
+++ b/generic/tclGetDate.y
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclGetDate.y,v 1.6 2000/01/11 00:51:49 ericm Exp $
+ * RCS: @(#) $Id: tclGetDate.y,v 1.7 2000/01/11 02:36:15 ericm Exp $
*/
%{
@@ -857,7 +857,6 @@ yylex()
register char *p;
char buff[20];
int Count;
- int sign;
for ( ; ; ) {
while (isspace(UCHAR(*yyInput))) {