texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Tue, 8 Nov 2022 03:29:29 -0500 (EST)

branch: master
commit b06e0cfc92a22d2d19d67202467d4835176a1e33
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Nov 4 23:14:06 2022 +0100

    tp/Texinfo/XS/parsetexi/commands.h: add comments for flags
---
 tp/Texinfo/XS/parsetexi/commands.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tp/Texinfo/XS/parsetexi/commands.h 
b/tp/Texinfo/XS/parsetexi/commands.h
index 60a119e284..75f85f9128 100644
--- a/tp/Texinfo/XS/parsetexi/commands.h
+++ b/tp/Texinfo/XS/parsetexi/commands.h
@@ -73,6 +73,7 @@ void wipe_user_commands (void);
 /* CF_internal is not used in code, but it should be kept as internal
  * commands marker */
 #define CF_internal                    0x8000
+/* command that affect the document as a whole and can appear more than once */
 #define CF_global                      0x00010000
 #define CF_def                         0x00020000
 #define CF_def_alias                   0x00040000
@@ -96,6 +97,7 @@ void wipe_user_commands (void);
 #define CF_inline                      0x10000000
 #define CF_MACRO                       0x20000000
 #define CF_index_entry_command         0x40000000
+/* command that affect the document as a whole and should appear only once */
 #define CF_global_unique               0x80000000
 
 /* NOTE: We often run out of spaces for flags



reply via email to

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