Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Mar 2017 20:41:07 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315511 - head/bin/sh
Message-ID:  <201703182041.v2IKf72J024470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sat Mar 18 20:41:07 2017
New Revision: 315511
URL: https://svnweb.freebsd.org/changeset/base/315511

Log:
  sh: Remove unused function declaration for arith_lex_reset().
  
  Reported by:	Robert Elz

Modified:
  head/bin/sh/arith.h

Modified: head/bin/sh/arith.h
==============================================================================
--- head/bin/sh/arith.h	Sat Mar 18 20:16:23 2017	(r315510)
+++ head/bin/sh/arith.h	Sat Mar 18 20:41:07 2017	(r315511)
@@ -35,4 +35,3 @@
 #define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3)
 
 arith_t arith(const char *);
-void arith_lex_reset(void);



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