Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 12:40:54 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r244117 - stable/9/bin/expr
Message-ID:  <201212111240.qBBCesUU092914@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Tue Dec 11 12:40:54 2012
New Revision: 244117
URL: http://svnweb.freebsd.org/changeset/base/244117

Log:
  Revert r244108. yyparse() declaration isn't redundant in stable/9.
  
  Reported by:	tinderbox :)

Modified:
  stable/9/bin/expr/expr.y

Modified: stable/9/bin/expr/expr.y
==============================================================================
--- stable/9/bin/expr/expr.y	Tue Dec 11 12:34:46 2012	(r244116)
+++ stable/9/bin/expr/expr.y	Tue Dec 11 12:40:54 2012	(r244117)
@@ -74,6 +74,7 @@ int		to_integer(struct val *);
 void		to_string(struct val *);
 int		yyerror(const char *);
 int		yylex(void);
+int		yyparse(void);
 
 %}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212111240.qBBCesUU092914>