[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 11 May 2024 16:22:57 -0400 (EDT) |
branch: master
commit 05eef38f2fbb141ba9eefe3e6f5355be4be1c090
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat May 11 22:22:42 2024 +0200
Regenerate element_types.h and element_types.c
---
tp/Texinfo/XS/main/element_types.c | 6 +++---
tp/Texinfo/XS/main/element_types.h | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/tp/Texinfo/XS/main/element_types.c
b/tp/Texinfo/XS/main/element_types.c
index f967f69e66..d4dd08f109 100644
--- a/tp/Texinfo/XS/main/element_types.c
+++ b/tp/Texinfo/XS/main/element_types.c
@@ -63,16 +63,16 @@ char *element_type_names[] = {
"def_line_arg",
"untranslated_def_line_arg",
"def_category",
+"def_class",
"def_type",
"def_name",
"def_typearg",
"def_arg",
-"def_class",
-"elided_rawpreformatted",
-"elided_brace_command_arg",
"delimiter",
"spaces",
"untranslated",
+"elided_rawpreformatted",
+"elided_brace_command_arg",
"macro_call",
"rmacro_call",
"linemacro_call",
diff --git a/tp/Texinfo/XS/main/element_types.h
b/tp/Texinfo/XS/main/element_types.h
index b982fc2342..fd6df90130 100644
--- a/tp/Texinfo/XS/main/element_types.h
+++ b/tp/Texinfo/XS/main/element_types.h
@@ -66,16 +66,16 @@ ET_bracketed_linemacro_arg,
ET_def_line_arg,
ET_untranslated_def_line_arg,
ET_def_category,
+ET_def_class,
ET_def_type,
ET_def_name,
ET_def_typearg,
ET_def_arg,
-ET_def_class,
-ET_elided_rawpreformatted,
-ET_elided_brace_command_arg,
ET_delimiter,
ET_spaces,
ET_untranslated,
+ET_elided_rawpreformatted,
+ET_elided_brace_command_arg,
ET_macro_call,
ET_rmacro_call,
ET_linemacro_call,