Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37753150
en ru br
ALT Linux repos
S:1.3-alt1

Group :: Text tools
RPM: halibut

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gcc10.patch
Download


diff --git a/bk_paper.c b/bk_paper.c
index 0b73d39..d72eff7 100644
--- a/bk_paper.c
+++ b/bk_paper.c
@@ -75,6 +75,8 @@
 #include "halibut.h"
 #include "paper.h"
 
+font_info *all_fonts;
+
 typedef struct paper_conf_Tag paper_conf;
 typedef struct paper_idx_Tag paper_idx;
 
diff --git a/paper.h b/paper.h
index 5a27277..e5aa9e7 100644
--- a/paper.h
+++ b/paper.h
@@ -78,7 +78,7 @@ struct ligature_Tag {
  * metrics are read in.
  */
 
-font_info *all_fonts;
+extern font_info *all_fonts;
 
 struct font_info_Tag {
     font_info *next;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin