uniq: change macro to function
commit77201c506fd44d2ae85a72953809c5e6307e2cbb
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 15 Nov 2023 23:08:34 +0000 (15 15:08 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Nov 2023 19:37:25 +0000 (16 11:37 -0800)
treedf1a4917ae0bd818bef2949c9d5da62dfb4944c8
parent3bee7c9754b8be39e81c7260d4eac13ce5702dcd
uniq: change macro to function

* src/uniq.c (swap_lines): New static function, replacing
the old SWAP_LINES macro.  These days this is just as fast.
All uses changed.
src/uniq.c