blob: 963b197b10bce5877d778c5cd3903cedaf591d0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-src_genstr.c,v 1.1 2012/10/26 20:37:15 joerg Exp $
--- src/genstr.c.orig 2012-10-26 13:02:23.000000000 +0000
+++ src/genstr.c
@@ -258,8 +258,7 @@ static blockmainstructure (rb, output_re
/******************************************************************************
BLOCKSTRUCTURE */
-static blockstructure (rb)
- struct BLOCK *rb;
+static void blockstructure (struct BLOCK *rb)
{
int i;
struct DECL *rd;
|