diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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. */ |
| 600 | static int stack_idx_of_map_multiple = 0; | 600 | static 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 { \ |