changeset 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 9eddf2eb2ebf
children 61b860583831
files src/ccl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 {							\