texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Patrice Dumas
Date: Thu, 21 Dec 2023 16:36:59 -0500 (EST)

branch: master
commit b0a3b931e57f9571723b489772aba5f8e3939c4f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Dec 20 14:47:38 2023 +0100

    * tp/Texinfo/XS/main/utils.h: properly comment unused code.
---
 ChangeLog                  | 4 ++++
 tp/Texinfo/XS/main/utils.h | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index e40d190ac5..78cd985531 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,10 @@
        Eliminate use of Texinfo::Convert::Unicode::string_width on
        converted output.
 
+2023-12-19  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/main/utils.h: properly comment unused code.
+
 2023-12-19  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/HTML.pm (%XS_conversion_overrides)
diff --git a/tp/Texinfo/XS/main/utils.h b/tp/Texinfo/XS/main/utils.h
index 66cfea6b9d..13ccede215 100644
--- a/tp/Texinfo/XS/main/utils.h
+++ b/tp/Texinfo/XS/main/utils.h
@@ -136,9 +136,13 @@ enum command_location {
 #define HMSF_converter_state         0x1000
 #define HMSF_multiple_pass           0x2000
 #define HMSF_translations            0x4000
+/*
 #define HMSF_            0x8000
+ */
 #define HMSF_added_target            0x00010000
+/*
 #define HMSF_  0x00020000
+ */
 
 typedef struct TARGET_FILENAME {
     char *target;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]