summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texconditional.h
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2023-01-04 12:09:26 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2023-01-04 12:09:26 +0100
commit705b807c950a697d3c8be592c452a6fb3e561c7e (patch)
tree82904661aca945d008f07deb568ee7f05b55df4f /source/luametatex/source/tex/texconditional.h
parent62d980c99a617ff260f29ac2d3bdb084049f25b0 (diff)
downloadcontext-705b807c950a697d3c8be592c452a6fb3e561c7e.tar.gz
2023-01-04 11:35:00
Diffstat (limited to 'source/luametatex/source/tex/texconditional.h')
-rw-r--r--source/luametatex/source/tex/texconditional.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/luametatex/source/tex/texconditional.h b/source/luametatex/source/tex/texconditional.h
index a0c22cd38..47157556c 100644
--- a/source/luametatex/source/tex/texconditional.h
+++ b/source/luametatex/source/tex/texconditional.h
@@ -111,14 +111,14 @@ typedef enum if_test_codes {
//define last_real_if_test_code if_bitwise_and_code
typedef struct condition_state_info {
- halfword cond_ptr; /*tex top of the condition stack */
- int cur_if; /*tex type of conditional being worked on */
+ halfword cond_ptr; /*tex top of the condition stack */
+ int cur_if; /*tex type of conditional being worked on */
int cur_unless;
int if_step;
int if_unless;
- int if_limit; /*tex upper bound on |fi_or_else| codes */
- int if_line; /*tex line where that conditional began */
- int skip_line; /*tex skipping began here */
+ int if_limit; /*tex upper bound on |fi_or_else| codes */
+ int if_line; /*tex line where that conditional began */
+ int skip_line; /*tex skipping began here */
halfword chk_num;
scaled chk_dim;
halfword if_nesting;