mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 12:39:28 +00:00
Remove #ifdef LINUX max/min definitions. (#215)
These don't appear to be needed.
This commit is contained in:
10
src/bbtsub.c
10
src/bbtsub.c
@@ -36,16 +36,6 @@
|
||||
#include "xdefs.h"
|
||||
#endif /* XWINDOW */
|
||||
|
||||
/* from pixrect's rect.h: */
|
||||
#ifdef LINUX
|
||||
#ifndef max
|
||||
#define max(a, b) (((a) > (b)) ? (a) : (b))
|
||||
#endif
|
||||
#ifndef min
|
||||
#define min(a, b) (((a) < (b)) ? (a) : (b))
|
||||
#endif
|
||||
#endif /* LINUX */
|
||||
|
||||
#ifndef XWINDOW
|
||||
#ifndef NOPIXRECT
|
||||
#ifndef DOS
|
||||
|
||||
Reference in New Issue
Block a user