Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 02:40:01 +0000 (UTC)
From:      Kevin Lo <kevlo@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: r244108 - stable/9/bin/expr
Message-ID:  <201212110240.qBB2e1Dj074917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Tue Dec 11 02:40:01 2012
New Revision: 244108
URL: http://svnweb.freebsd.org/changeset/base/244108

Log:
  MFC r235771:
  
  Remove redundant declaration of yyparse.
  
  Reported by:	tinderbox

Modified:
  stable/9/bin/expr/expr.y
Directory Properties:
  stable/9/bin/expr/   (props changed)

Modified: stable/9/bin/expr/expr.y
==============================================================================
--- stable/9/bin/expr/expr.y	Tue Dec 11 01:49:57 2012	(r244107)
+++ stable/9/bin/expr/expr.y	Tue Dec 11 02:40:01 2012	(r244108)
@@ -74,7 +74,6 @@ 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?201212110240.qBB2e1Dj074917>