mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Fix build with '-fno-common', default of GCC 10 and Clang 11 While here, pet linters. PR: 248774 Submitted by: yasu@utahime.org
11 lines
292 B
C
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)
|