forked from pool/indent
- update to 2.2.11 * fixed Debian Bug report logs - #485764, Regression with --blank-lines-after-declarations in 2.2.10 * fail instead of removing embedded NULLs in input files * fixed handling of '...' range 'operator in C++ language * fixed -nlps option. - remove indent-2.2.10-nothing_is_void.diff that is no longer needed - remove indent-2.2.10-cdw.diff that is useless now - refresh indent-2.2.10-warnings.diff - re-enable parallel build - ship COPYING NEWS README and ChangeLog files OBS-URL: https://build.opensuse.org/request/show/557375 OBS-URL: https://build.opensuse.org/package/show/devel:tools/indent?expand=0&rev=11
14 lines
359 B
Diff
14 lines
359 B
Diff
Index: src/output.c
|
|
===================================================================
|
|
--- src/output.c.orig
|
|
+++ src/output.c
|
|
@@ -71,7 +71,7 @@
|
|
|
|
RCSTAG_CC ("$Id$");
|
|
|
|
-static FILE * output = NULL;
|
|
+ FILE * output = NULL;
|
|
static BOOLEAN inhibited = 0;
|
|
static buf_break_st_ty * buf_break_list = NULL;
|
|
|