mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-06 00:04:26 +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"
|
#include "xdefs.h"
|
||||||
#endif /* XWINDOW */
|
#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 XWINDOW
|
||||||
#ifndef NOPIXRECT
|
#ifndef NOPIXRECT
|
||||||
#ifndef DOS
|
#ifndef DOS
|
||||||
|
|||||||
Reference in New Issue
Block a user