Skip to content

Demote stick out factor from a macro to a function argument.

Matt Wala requested to merge stick-out-factor-as-argument into master

This is mostly done so we don't have to build and store a bunch of extremely minor code variants.

This change also splits is_adjacent_or_overlapping() into is_adjacent_or_overlapping() and is_adjacent_or_overlapping_with_stick_out().

Merge request reports