[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/main/tree_types.h: add a comment
From: |
Gavin D. Smith |
Subject: |
branch master updated: * tp/Texinfo/XS/main/tree_types.h: add a comment |
Date: |
Wed, 23 Oct 2024 08:35:53 -0400 |
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 40287bc024 * tp/Texinfo/XS/main/tree_types.h: add a comment
40287bc024 is described below
commit 40287bc02453a221e7e7ab0753fa6430af48d9c6
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 23 11:36:36 2024 +0100
* tp/Texinfo/XS/main/tree_types.h: add a comment
---
ChangeLog | 4 ++++
tp/Texinfo/XS/main/tree_types.h | 1 +
2 files changed, 5 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 0f432f999f..2e46b1fc44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-23 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * tp/Texinfo/XS/main/tree_types.h: add a comment
+
2024-10-23 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/element_types.awk: do not set flags that are
diff --git a/tp/Texinfo/XS/main/tree_types.h b/tp/Texinfo/XS/main/tree_types.h
index 0160da808b..2302ac3a7d 100644
--- a/tp/Texinfo/XS/main/tree_types.h
+++ b/tp/Texinfo/XS/main/tree_types.h
@@ -239,6 +239,7 @@ typedef struct CONTAINER {
} CONTAINER;
/* indices in ELEMENT elt_info */
+/* to be kept in sync with elt_info_names in main/tree.c */
enum elt_info_type {
eit_spaces_before_argument, /* diverse types. Only context_brace_command
also with braces */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/main/tree_types.h: add a comment,
Gavin D. Smith <=