texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Tue, 22 Oct 2024 11:43:26 -0400 (EDT)

branch: master
commit 8b1481972b341025200872c0fcf407c2320d9c73
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Oct 22 16:21:04 2024 +0100

    * tp/Texinfo/XS/main/tree_types.h (enum directions): add comment
---
 ChangeLog                       | 4 ++++
 tp/Texinfo/XS/main/tree_types.h | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index d30384e237..89de0d08bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-22  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * tp/Texinfo/XS/main/tree_types.h (enum directions): add comment
+
 2024-10-22  Gavin Smith <gavinsmith0123@gmail.com>
 
        Move variable declaration
diff --git a/tp/Texinfo/XS/main/tree_types.h b/tp/Texinfo/XS/main/tree_types.h
index f26766826b..2e9c20dfa6 100644
--- a/tp/Texinfo/XS/main/tree_types.h
+++ b/tp/Texinfo/XS/main/tree_types.h
@@ -64,6 +64,7 @@ enum source_mark_status {
    SM_status_end,
 };
 
+/* Indices into array returned by new_directions in main/tree.c. */
 /* need to be in the same order as explicit nodes directions */
 enum directions {
    D_next,



reply via email to

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