aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ccl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccl.c b/src/ccl.c
index ca50081f47c..4890efa9bbc 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -597,7 +597,7 @@ static tr_stack *mapping_stack_pointer;
597 597
598/* If this variable is non-zero, it indicates the stack_idx 598/* If this variable is non-zero, it indicates the stack_idx
599 of immediately called by CCL_MapMultiple. */ 599 of immediately called by CCL_MapMultiple. */
600static int stack_idx_of_map_multiple = 0; 600static int stack_idx_of_map_multiple;
601 601
602#define PUSH_MAPPING_STACK(restlen, orig) \ 602#define PUSH_MAPPING_STACK(restlen, orig) \
603 do { \ 603 do { \