14 lines
273 B
Text
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;
|
|
|