summaryrefslogtreecommitdiffstats
path: root/generic/tclGetDate.y
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-03-04 23:16:56 (GMT)
committernijtmans <nijtmans@noemail.net>2010-03-04 23:16:56 (GMT)
commit4675d7dfa508d67375fb5a5a77ac21337704e518 (patch)
treea69369dbc293390210418d46247d39106d904d37 /generic/tclGetDate.y
parent2796be24f99719f6a4a595cd522e5a084b09009a (diff)
downloadtcl-4675d7dfa508d67375fb5a5a77ac21337704e518.zip
tcl-4675d7dfa508d67375fb5a5a77ac21337704e518.tar.gz
tcl-4675d7dfa508d67375fb5a5a77ac21337704e518.tar.bz2
3 unnecessary MODULE_SCOPE symbols
FossilOrigin-Name: 638890c82c1f9113e357a0826ccdb5b3a10b5f77
Diffstat (limited to 'generic/tclGetDate.y')
-rw-r--r--generic/tclGetDate.y6
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclGetDate.y b/generic/tclGetDate.y
index c2498b2..a27179c 100644
--- a/generic/tclGetDate.y
+++ b/generic/tclGetDate.y
@@ -13,7 +13,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.44 2010/02/21 20:09:37 nijtmans Exp $
+ * RCS: @(#) $Id: tclGetDate.y,v 1.45 2010/03/04 23:16:56 nijtmans Exp $
*/
%parse-param {DateInfo* info}
@@ -504,10 +504,6 @@ o_merid : /* NULL */ {
;
%%
-MODULE_SCOPE int yychar;
-MODULE_SCOPE YYSTYPE yylval;
-MODULE_SCOPE int yynerrs;
-
/*
* Month and day table.
*/