Delete duplicate 'min' macro
* src/gmalloc.c (min): Delete duplicate macro. We import lisp.h unconditionally, so it is always defined here.
This commit is contained in:
parent
4106fd28c7
commit
f3b57fa519
1 changed files with 0 additions and 4 deletions
|
@ -1277,10 +1277,6 @@ License along with this library. If not, see <https://www.gnu.org/licenses/>.
|
|||
The author may be reached (Email) at the address mike@ai.mit.edu,
|
||||
or (US mail) as Mike Haertel c/o Free Software Foundation. */
|
||||
|
||||
#ifndef min
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
/* Debugging hook for realloc. */
|
||||
static void *(*grealloc_hook) (void *, size_t);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue