pkgsrc/devel/gindent/patches/patch-ac
minskim a58a7b1347 Do not declare a static variable as non-static in a header file.
This makes the package build on Darwin-8.x.
2005-05-18 14:23:10 +00:00

14 lines
399 B
Text

$NetBSD: patch-ac,v 1.1 2005/05/18 14:23:10 minskim Exp $
--- src/indent.h.orig 2002-04-23 15:49:24.000000000 -0500
+++ src/indent.h
@@ -92,9 +92,6 @@ extern char *cur_line;
/* Size of the input program, not including the ' \n\0' we add at the end */
extern unsigned long in_prog_size;
-/* The output file. */
-extern FILE *output;
-
extern char *labbuf; /* buffer for label */