svn commit: r291129 - head/usr.bin/m4

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 21 11:06:21 UTC 2015


Author: bapt
Date: Sat Nov 21 11:06:20 2015
New Revision: 291129
URL: https://svnweb.freebsd.org/changeset/base/291129

Log:
  Revert a modification that crept in and should not

Modified:
  head/usr.bin/m4/extern.h

Modified: head/usr.bin/m4/extern.h
==============================================================================
--- head/usr.bin/m4/extern.h	Sat Nov 21 11:05:38 2015	(r291128)
+++ head/usr.bin/m4/extern.h	Sat Nov 21 11:06:20 2015	(r291129)
@@ -112,7 +112,7 @@ extern void	usage(void);
 extern void	resizedivs(int);
 extern size_t	buffer_mark(void);
 extern void	dump_buffer(FILE *, size_t);
-extern void	__dead m4errx(int, const char *, ...);
+extern void	m4errx(int, const char *, ...);
 
 extern int	obtain_char(struct input_file *);
 extern void	set_input(struct input_file *, FILE *, const char *);


More information about the svn-src-head mailing list