svn commit: r315511 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Sat Mar 18 20:41:09 UTC 2017


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);


More information about the svn-src-head mailing list