linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-2.4.9 , "illegal" MIN and MAX macros spotted
@ 2001-08-29  9:18 David Balazic
  2001-08-29  9:48 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: David Balazic @ 2001-08-29  9:18 UTC (permalink / raw)
  To: linux-kernel

linux 2.4.9

in drivers/media/video/saa5249.c, line 125 :

#ifndef MIN
#define MIN(a, b) ((a) < (b) ? (a) : (b))
#define MAX(a, b) ((a) > (b) ? (a) : (b))
#endif

-- 
David Balazic
--------------
"Be excellent to each other." - Bill & Ted
- - - - - - - - - - - - - - - - - - - - - -

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux-2.4.9 , "illegal" MIN and MAX macros spotted
  2001-08-29  9:18 linux-2.4.9 , "illegal" MIN and MAX macros spotted David Balazic
@ 2001-08-29  9:48 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2001-08-29  9:48 UTC (permalink / raw)
  To: david.balazic; +Cc: linux-kernel

   From: David Balazic <david.balazic@uni-mb.si>
   Date: Wed, 29 Aug 2001 11:18:33 +0200

   in drivers/media/video/saa5249.c, line 125 :

Known... I plan a MIN/MAX scan over the tree soon.
Every serial driver in fact has this.

Later,
David S. Miller
davem@redhat.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-29  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-29  9:18 linux-2.4.9 , "illegal" MIN and MAX macros spotted David Balazic
2001-08-29  9:48 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).