From: Kenichi Handa Date: Mon, 4 Dec 2000 00:46:25 +0000 (+0000) Subject: (stack_idx_of_map_multiple): Don't use C initializier. X-Git-Tag: emacs-pretest-21.0.93~260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be57900b62f47ee94ba8f1406b66537f90f0adba;p=emacs.git (stack_idx_of_map_multiple): Don't use C initializier. --- 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 { \