blob: c53f9b7261828685b7adfe13e150e50625f3c393 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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;
|