summaryrefslogtreecommitdiff
path: root/print/jcabc2ps/patches/patch-minStrM_c
blob: 34c5ee55ddb38f4cd3ea606db7e53d543a2043ee (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-minStrM_c,v 1.1 2011/10/03 06:45:31 dholland Exp $

Declare functions before calling them.

--- minStrM.c~	2003-04-19 15:21:53.000000000 +0000
+++ minStrM.c
@@ -1,3 +1,4 @@
+#include "memBlock.h"
 
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Make sure that a Str has at least n bytes allocated.  The return value is sp