pkgsrc/print/jcabc2ps/patches/patch-macro_c
2011-10-03 06:45:30 +00:00

14 lines
273 B
Text

$NetBSD: patch-macro_c,v 1.1 2011/10/03 06:45:31 dholland Exp $
Declare functions before calling them.
--- macro.c~ 2004-05-18 20:56:52.000000000 +0000
+++ macro.c
@@ -7,6 +7,7 @@
#include "jcabc2ps.h"
#include "macro.h"
+#include "misc.h"
Macro *macrolist = 0;