sbcl 2.3.0 rebuild
[arch-packages.git] / gtk-doc / trunk / 0001-Partially-revert-a-gtk-doc-1.31-change-that-broke-e-.patch
blob7d77ad8c320fe8bfb3e92f24dff81dd950c1916d
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Kalev Lember <klember@redhat.com>
3 Date: Thu, 28 Nov 2019 14:38:59 +0100
4 Subject: [PATCH] Partially revert a gtk-doc 1.31 change that broke e-d-s and
5 NM builds
7 Bug: https://gitlab.gnome.org/GNOME/gtk-doc/-/issues/98
8 Bug: https://gitlab.gnome.org/GNOME/gtk-doc/-/issues/110
9 Bug-Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1775560
10 ---
11 gtkdoc/scan.py | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
14 diff --git a/gtkdoc/scan.py b/gtkdoc/scan.py
15 index 4b5b8a9..7963840 100644
16 --- a/gtkdoc/scan.py
17 +++ b/gtkdoc/scan.py
18 @@ -978,8 +978,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, options):
19 logging.info('struct/union level : %d', level)
21 # here we want in_declaration=='', otherwise we have a partial declaration
22 - if in_declaration != '':
23 - raise RuntimeError('partial declaration (%s) : %s ' % (in_declaration, decl))
24 + #if in_declaration != '':
25 + # raise RuntimeError('partial declaration (%s) : %s ' % (in_declaration, decl))
27 # print remaining forward declarations
28 for symbol in sorted(forward_decls.keys()):