mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
252 B
C
14 lines
252 B
C
$NetBSD: patch-yacc_verbose.c,v 1.1 2012/10/20 22:11:30 joerg Exp $
|
|
|
|
--- yacc/verbose.c.orig 2012-10-20 13:15:43.000000000 +0000
|
|
+++ yacc/verbose.c
|
|
@@ -4,7 +4,7 @@
|
|
|
|
static short *null_rules;
|
|
|
|
-verbose()
|
|
+void verbose(void)
|
|
{
|
|
register int i;
|
|
|