texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Wed, 25 Aug 2021 10:30:25 -0400 (EDT)

branch: master
commit 4f8d9a1edbb0c01804669c3778778837338f9abf
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Aug 25 16:29:27 2021 +0200

    * Texinfo/XS/parsetexi/macro.c: add a comment on txicommandconditionals
      setting
---
 tp/Texinfo/XS/parsetexi/macro.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tp/Texinfo/XS/parsetexi/macro.c b/tp/Texinfo/XS/parsetexi/macro.c
index 292e4cc..4d604db 100644
--- a/tp/Texinfo/XS/parsetexi/macro.c
+++ b/tp/Texinfo/XS/parsetexi/macro.c
@@ -685,6 +685,9 @@ fetch_value (char *name)
         return value_list[i].value;
     }
 
+  /* special value always returned as 1 to mark that @ifcommandnotdefined
+      is implemented.  Note that in most cases it is also set from perl
+      using the configuration passed to the parser */
   if (!strcmp (name, "txicommandconditionals"))
     return "1";
   return 0;



reply via email to

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