summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/defs.h
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-08-28 06:33:53 +0000
committercharnier <charnier@FreeBSD.org>1997-08-28 06:33:53 +0000
commit0497c512b62944e105314fca99083da5644b48ba (patch)
tree38cf54f3951d6372a5c57233ee94f3828637cf07 /usr.bin/yacc/defs.h
parent301a83d5c0bd9ed745ccf115a2e2a94696a9bf37 (diff)
downloadFreeBSD-src-0497c512b62944e105314fca99083da5644b48ba.zip
FreeBSD-src-0497c512b62944e105314fca99083da5644b48ba.tar.gz
Use err(3). Rewrote man page in mdoc format. The user visible change is that
report of s/r and r/r conflicts is now printed in two separate lines beginning by `yacc: '.
Diffstat (limited to 'usr.bin/yacc/defs.h')
-rw-r--r--usr.bin/yacc/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/yacc/defs.h b/usr.bin/yacc/defs.h
index 237efe2..229eacc 100644
--- a/usr.bin/yacc/defs.h
+++ b/usr.bin/yacc/defs.h
@@ -34,12 +34,13 @@
* SUCH DAMAGE.
*
* @(#)defs.h 5.6 (Berkeley) 5/24/93
- * $Id$
+ * $Id: defs.h,v 1.5 1997/02/22 19:57:58 peter Exp $
*/
#include <sys/cdefs.h> /* for __P macro */
#include <assert.h>
#include <ctype.h>
+#include <err.h>
#include <stdio.h>
OpenPOWER on IntegriCloud