summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/syst-aux.mkxl
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/syst-aux.mkxl')
-rw-r--r--tex/context/base/mkxl/syst-aux.mkxl12
1 files changed, 12 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/syst-aux.mkxl b/tex/context/base/mkxl/syst-aux.mkxl
index 278926582..2f7acdca0 100644
--- a/tex/context/base/mkxl/syst-aux.mkxl
+++ b/tex/context/base/mkxl/syst-aux.mkxl
@@ -1788,6 +1788,18 @@
\permanent\protected\def\getcommacommandsize[#1]%
{\normalexpanded{\getcommalistsize[#1]}}
+\permanent\def\getcommalistcount[#1]%
+ {\beginlocalcontrol
+ \getcommalistsize[#1]%
+ \endlocalcontrol
+ \the\commalistcounter}
+
+\permanent\def\getcommacommandcount[#1]%
+ {\beginlocalcontrol
+ \getcommacommandsize[#1]%
+ \endlocalcontrol
+ \the\commalistcounter}
+
%D Filters:
% \def\syst_helpers_gobble_comma_list#0\ignorearguments{}