[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/main/element_types.txt: remove un
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/main/element_types.txt: remove unused internal type internal_spaces_after_cmd_before_arg. |
Date: |
Tue, 24 Dec 2024 09:35:27 -0500 |
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 c8a6bdea67 * tp/Texinfo/XS/main/element_types.txt: remove unused
internal type internal_spaces_after_cmd_before_arg.
c8a6bdea67 is described below
commit c8a6bdea67811502be97db1fe7698b59e2204a15
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Nov 11 11:59:16 2024 +0100
* tp/Texinfo/XS/main/element_types.txt: remove unused internal type
internal_spaces_after_cmd_before_arg.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/main/element_types.c | 1 -
tp/Texinfo/XS/main/element_types.h | 1 -
tp/Texinfo/XS/main/element_types.txt | 5 ++---
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 650953b054..7fd433fb7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-11 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/main/element_types.txt: remove unused internal type
+ internal_spaces_after_cmd_before_arg.
+
2024-11-11 Patrice Dumas <pertusus@free.fr>
Use contents instead of args for brace commands in Texinfo tree
diff --git a/tp/Texinfo/XS/main/element_types.c
b/tp/Texinfo/XS/main/element_types.c
index 0a922ee325..29ef90556e 100644
--- a/tp/Texinfo/XS/main/element_types.c
+++ b/tp/Texinfo/XS/main/element_types.c
@@ -57,7 +57,6 @@ TYPE_DATA type_data[] = {
{"internal_spaces_before_argument", TF_text | TF_leading_space, 0},
{"internal_spaces_before_context_argument", TF_text | TF_leading_space, 0},
{"internal_spaces_before_brace_in_index", TF_text, 0},
-{"internal_spaces_after_cmd_before_arg", TF_text, 0},
{"macro_name", TF_text, 0},
{"macro_arg", TF_text, 0},
{"before_item", 0, 0},
diff --git a/tp/Texinfo/XS/main/element_types.h
b/tp/Texinfo/XS/main/element_types.h
index 09bb316165..315711ba2c 100644
--- a/tp/Texinfo/XS/main/element_types.h
+++ b/tp/Texinfo/XS/main/element_types.h
@@ -56,7 +56,6 @@ ET_internal_spaces_after_command,
ET_internal_spaces_before_argument,
ET_internal_spaces_before_context_argument,
ET_internal_spaces_before_brace_in_index,
-ET_internal_spaces_after_cmd_before_arg,
ET_macro_name,
ET_macro_arg,
ET_before_item,
diff --git a/tp/Texinfo/XS/main/element_types.txt
b/tp/Texinfo/XS/main/element_types.txt
index f66dce3e8a..e09d827384 100644
--- a/tp/Texinfo/XS/main/element_types.txt
+++ b/tp/Texinfo/XS/main/element_types.txt
@@ -19,7 +19,7 @@
# Flags for text elements:
# text: distinguishes text from other elements
# leading_space: text elements with spaces appearing before actual text.
-# to keep in sync with Perl parser %leading_space_types.
+# To keep in sync with Perl parser %leading_space_types.
#
# The following flags correspond to elements holding information on the tree
# associated to the type. The association is set in the parsing
@@ -37,7 +37,7 @@
# Other flags:
# macro_call: @-command like user-defined macros call that require some
# information not needed by other containers. Mainly used in C
-# specific code for memory management, passing to Perl.
+# specific code for memory management and when passing to Perl.
# c_only: element type associated to @-commands appearing only in C, needed
# because each correspond to a different need for associated info
# element or strings. Flag only used to avoid passing to Perl.
@@ -121,7 +121,6 @@ internal_spaces_before_argument
text,leading_space
internal_spaces_before_context_argument text,leading_space
# on @*index commands line before brace specific @-command
internal_spaces_before_brace_in_index text
-internal_spaces_after_cmd_before_arg text
macro_name text
macro_arg text
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/main/element_types.txt: remove unused internal type internal_spaces_after_cmd_before_arg.,
Patrice Dumas <=