texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/parsetexi/commands.h: Remove unus


From: Gavin D. Smith
Subject: branch master updated: * tp/Texinfo/XS/parsetexi/commands.h: Remove unused flags CF_item_container, CF_item_line and CF_inline.
Date: Thu, 19 Jan 2023 02:19:40 -0500

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new e98d495392 * tp/Texinfo/XS/parsetexi/commands.h: Remove unused flags 
CF_item_container, CF_item_line and CF_inline.
e98d495392 is described below

commit e98d49539276ee472ce03329bf17d274596e72c2
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Jan 19 07:18:43 2023 +0000

    * tp/Texinfo/XS/parsetexi/commands.h: Remove unused flags
    CF_item_container, CF_item_line and CF_inline.
---
 ChangeLog                          |  5 +++++
 tp/Texinfo/XS/parsetexi/commands.h | 13 +++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 75c8a27180..61ada4eed1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-19  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/XS/parsetexi/commands.h: Remove unused flags
+       CF_item_container, CF_item_line and CF_inline.
+
 2023-01-17  Patrice Dumas  <pertusus@free.fr>
 
        Source marks for @include included file start
diff --git a/tp/Texinfo/XS/parsetexi/commands.h 
b/tp/Texinfo/XS/parsetexi/commands.h
index 5b71074bdd..edeff22e3a 100644
--- a/tp/Texinfo/XS/parsetexi/commands.h
+++ b/tp/Texinfo/XS/parsetexi/commands.h
@@ -1,7 +1,7 @@
-/* commands.h - declarations for commands.c */
+/* commands.h - declarations for commands.c and command_data.c */
 #ifndef COMMANDS_H
 #define COMMANDS_H
-/* Copyright 2010-2021 Free Software Foundation, Inc.
+/* Copyright 2010-2023 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -86,15 +86,12 @@ void wipe_user_commands (void);
 #define CF_contain_simple_text         0x00200000
 #define CF_preformatted                        0x00400000
 #define CF_preformatted_code           0x00800000
-/* CF_item_container is not used */
-#define CF_item_container              0x01000000
-/* CF_item_line is not used */
-#define CF_item_line                   0x02000000
+/* unused                               0x01000000 */
+/* unused                               0x02000000 */
 #define CF_nobrace                     0x04000000
 /* blockitem commands have a possible content before an item */
 #define CF_blockitem                   0x08000000
-/* CF_inline is not used */
-#define CF_inline                      0x10000000
+/* unused                               0x10000000 */
 #define CF_MACRO                       0x20000000
 #define CF_index_entry_command         0x40000000
 /* command that affect the document as a whole and should appear only once */



reply via email to

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