> Move this function so it can re-use some others (without either
> moving all of them or adding an annoying split between function
> declarations and definitions). Cheat slightly by adding a blank line
> for readability, and in order to silence checkpatch.pl.
>
> Does that sound better?
Yeah, th
On Tue, Jan 30, 2018 at 3:25 PM, Elijah Newren wrote:
> I want to re-use some other functions in the file without moving those
> other functions or dealing with a handful of annoying split function
> declarations and definitions.
git log --grep "I want" --format="%ad %an %s"
Nowadays we writ
I want to re-use some other functions in the file without moving those
other functions or dealing with a handful of annoying split function
declarations and definitions.
Signed-off-by: Elijah Newren
---
merge-recursive.c | 139 +++---
1 file change
3 matches
Mail list logo