FreeBSD Bugzilla – Attachment 217370 Details for
Bug 248774
textproc/xlhtml: Fix build with '-fno-common'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
textproc_xlhtml.patch (text/plain), 1.86 KB, created by
Yasuhiro Kimura
on 2020-08-20 10:59:08 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2020-08-20 10:59:08 UTC
Size:
1.86 KB
patch
obsolete
>Index: textproc/xlhtml/files/patch-xlhtml_ascii.c >=================================================================== >--- textproc/xlhtml/files/patch-xlhtml_ascii.c (nonexistent) >+++ textproc/xlhtml/files/patch-xlhtml_ascii.c (working copy) >@@ -0,0 +1,15 @@ >+--- xlhtml/ascii.c.orig 2002-04-11 03:25:17 UTC >++++ xlhtml/ascii.c >+@@ -48,9 +48,9 @@ extern void output_cell( cell *, int); >+ extern uni_string author; >+ extern int null_string(U8 *); >+ extern int Csv; >+-work_sheet **ws_array; >+-font_attr **font_array; >+-xf_attr **xf_array; >++extern work_sheet **ws_array; >++extern font_attr **font_array; >++extern xf_attr **xf_array; >+ >+ extern int IsCellNumeric(cell *); >+ extern int IsCellSafe(cell *); >Index: textproc/xlhtml/files/patch-xlhtml_html.c >=================================================================== >--- textproc/xlhtml/files/patch-xlhtml_html.c (nonexistent) >+++ textproc/xlhtml/files/patch-xlhtml_html.c (working copy) >@@ -0,0 +1,13 @@ >+--- xlhtml/html.c.orig 2002-04-11 04:01:05 UTC >++++ xlhtml/html.c >+@@ -47,8 +47,8 @@ extern void output_cell( cell *, int); >+ extern uni_string author; >+ extern int null_string(U8 *); >+ extern unsigned int next_font; >+-work_sheet **ws_array; >+-font_attr **font_array; >++extern work_sheet **ws_array; >++extern font_attr **font_array; >+ >+ void output_header(void); >+ void output_footer(void); >Index: textproc/xlhtml/files/patch-xlhtml_xml.c >=================================================================== >--- textproc/xlhtml/files/patch-xlhtml_xml.c (nonexistent) >+++ textproc/xlhtml/files/patch-xlhtml_xml.c (working copy) >@@ -0,0 +1,11 @@ >+--- 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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 248774
: 217370