ports/textproc/xlhtml/files/patch-xlhtml_xml.c
Fernando Apesteguía 8144cb9250 textproc/xlhtml: Fix build with '-fno-common'
Fix build with '-fno-common', default of GCC 10 and Clang 11

While here, pet linters.

PR:	248774
Submitted by:	yasu@utahime.org
2020-08-21 10:49:35 +00:00

11 lines
292 B
C

--- xlhtml/xml.c.orig 2002-04-11 03:25:17 UTC
+++ xlhtml/xml.c
@@ -33,7 +33,7 @@ extern void update_default_alignment(unsigned int, int
extern void output_cell( cell *, int);
extern uni_string author;
-work_sheet **ws_array;
+extern work_sheet **ws_array;
void OutputTableXML(void)