[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/convert/html_prepare_converter.c
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/convert/html_prepare_converter.c (html_process_css_file): add a semicolon (empty statement) after the nocharset label. Report from Bruno. |
Date: |
Sat, 05 Oct 2024 09:15:09 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 87a2e47633 * tp/Texinfo/XS/convert/html_prepare_converter.c
(html_process_css_file): add a semicolon (empty statement) after the nocharset
label. Report from Bruno.
87a2e47633 is described below
commit 87a2e47633772a5b4a6175c979521a79706f6ac4
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 5 15:15:16 2024 +0200
* tp/Texinfo/XS/convert/html_prepare_converter.c
(html_process_css_file): add a semicolon (empty statement) after the
nocharset label. Report from Bruno.
---
ChangeLog | 6 ++++++
tp/TODO | 7 -------
tp/Texinfo/XS/convert/html_prepare_converter.c | 1 +
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 81a50d5b47..c91f8ad9ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-10-05 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/convert/html_prepare_converter.c
+ (html_process_css_file): add a semicolon (empty statement) after the
+ nocharset label. Report from Bruno.
+
2024-10-05 Patrice Dumas <pertusus@free.fr>
TODO: remove unclear information mixing direct processing and bindings
diff --git a/tp/TODO b/tp/TODO
index 6c10dd22f5..1819ca3351 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -19,13 +19,6 @@ in Perl.
Bugs
====
-From Bruno:
-../../../../tp/Texinfo/XS/convert/convert_html.c: In function
'html_process_css_file':
-../../../../tp/Texinfo/XS/convert/convert_html.c:18912:11: error: label at end
of compound statement
- nocharset:
- ^
-You need to add a semicolon (empty statement) after the label.
-
HTML API
========
diff --git a/tp/Texinfo/XS/convert/html_prepare_converter.c
b/tp/Texinfo/XS/convert/html_prepare_converter.c
index d0504b8599..1148d87aa5 100644
--- a/tp/Texinfo/XS/convert/html_prepare_converter.c
+++ b/tp/Texinfo/XS/convert/html_prepare_converter.c
@@ -2980,6 +2980,7 @@ html_process_css_file (CONVERTER *self, FILE *fh, char
*filename,
continue;
}
nocharset:
+ ;
}
if (in_rules)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/convert/html_prepare_converter.c (html_process_css_file): add a semicolon (empty statement) after the nocharset label. Report from Bruno.,
Patrice Dumas <=