Blame SOURCES/0001-Partially-revert-a-gtk-doc-1.31-change-that-broke-e-.patch
|
|
7dc8e1 |
From 0535ffb16de159c42f413f4d1b4e9f2f77395986 Mon Sep 17 00:00:00 2001
|
|
|
7dc8e1 |
From: Kalev Lember <klember@redhat.com>
|
|
|
7dc8e1 |
Date: Thu, 28 Nov 2019 14:38:59 +0100
|
|
|
7dc8e1 |
Subject: [PATCH] Partially revert a gtk-doc 1.31 change that broke e-d-s and
|
|
|
7dc8e1 |
NM builds
|
|
|
7dc8e1 |
|
|
|
7dc8e1 |
https://bugzilla.redhat.com/show_bug.cgi?id=1775560
|
|
|
7dc8e1 |
---
|
|
|
7dc8e1 |
gtkdoc/scan.py | 4 ++--
|
|
|
7dc8e1 |
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
7dc8e1 |
|
|
|
7dc8e1 |
diff --git a/gtkdoc/scan.py b/gtkdoc/scan.py
|
|
|
7dc8e1 |
index d04d4d4..2103d02 100644
|
|
|
7dc8e1 |
--- a/gtkdoc/scan.py
|
|
|
7dc8e1 |
+++ b/gtkdoc/scan.py
|
|
|
7dc8e1 |
@@ -961,8 +961,8 @@ def ScanHeaderContent(input_lines, decl_list, get_types, options):
|
|
|
7dc8e1 |
logging.info('struct/union level : %d', level)
|
|
|
7dc8e1 |
|
|
|
7dc8e1 |
# here we want in_declaration=='', otherwise we have a partial declaration
|
|
|
7dc8e1 |
- if in_declaration != '':
|
|
|
7dc8e1 |
- raise RuntimeError('partial declaration (%s) : %s ' % (in_declaration, decl))
|
|
|
7dc8e1 |
+ #if in_declaration != '':
|
|
|
7dc8e1 |
+ # raise RuntimeError('partial declaration (%s) : %s ' % (in_declaration, decl))
|
|
|
7dc8e1 |
|
|
|
7dc8e1 |
# print remaining forward declarations
|
|
|
7dc8e1 |
for symbol in sorted(forward_decls.keys()):
|
|
|
7dc8e1 |
--
|
|
|
7dc8e1 |
2.23.0
|
|
|
7dc8e1 |
|