builtin/apply: move 'state' check into check_apply_state()
Christian Couder committed over 10 years ago
builtin/apply: move 'symlink_changes' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'fn_table' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'state_linenr' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'max_change' and 'max_len' into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'ws_ignore_action' into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'ws_error_action' into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'applied_after_fixing_ws' into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'squelch_whitespace_errors' into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: remove whitespace_option arg from set_default_whitespace_mode()
Christian Couder committed over 10 years ago
builtin/apply: move 'whitespace_option' into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'whitespace_error' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'root' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'p_value_known' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'p_value' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'has_include' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'limit_by_name' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'patch_input_file' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'apply' global into 'struct apply_state'
Christian Couder committed over 10 years ago
builtin/apply: move 'p_context' global into 'struct apply_state'
Christian Couder committed over 10 years ago