[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maint: prefer minmax.h instead of defining our own
From: |
Collin Funk |
Subject: |
[PATCH] maint: prefer minmax.h instead of defining our own |
Date: |
Tue, 12 Mar 2024 10:59:25 -0700 |
User-agent: |
Mozilla Thunderbird |
I noticed that src/comm.c #define's min. Since system.h includes
gnulib's minmax.h we can just remove it and use that.
Pretty pointless, but might as well remove the duplication. :)
Collin
0001-maint-prefer-minmax.h-instead-of-defining-our-own.patch
Description: Text Data
- [PATCH] maint: prefer minmax.h instead of defining our own,
Collin Funk <=