Mercurial > emacs
diff src/ccl.c @ 34157:f8e2b3c8da1b
(stack_idx_of_map_multiple): Don't use C initializier.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 04 Dec 2000 00:46:25 +0000 |
| parents | ef25c62becab |
| children | f998b856d92b |
line wrap: on
line diff
--- a/src/ccl.c Mon Dec 04 00:46:11 2000 +0000 +++ b/src/ccl.c Mon Dec 04 00:46:25 2000 +0000 @@ -597,7 +597,7 @@ /* 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 { \
