From be57900b62f47ee94ba8f1406b66537f90f0adba Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 4 Dec 2000 00:46:25 +0000 Subject: [PATCH] (stack_idx_of_map_multiple): Don't use C initializier. --- src/ccl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* If this variable is non-zero, it indicates the stack_idx of immediately called by CCL_MapMultiple. */ -static int stack_idx_of_map_multiple = 0; +static int stack_idx_of_map_multiple; #define PUSH_MAPPING_STACK(restlen, orig) \ do { \ -- 2.39.5