summaryrefslogtreecommitdiff
path: root/extra/indent/indent-2.2.9-file.diff
blob: 511995c0b4d97320b856463b94545aa9cf82500b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur indent-2.2.9.orig/src/indent.h indent-2.2.9/src/indent.h
--- indent-2.2.9.orig/src/indent.h	2002-11-10 22:02:48.000000000 +0100
+++ indent-2.2.9/src/indent.h	2005-10-30 11:53:10.000000000 +0100
@@ -96,8 +96,6 @@
 /* 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;