-- Ahmed Shabana asked:

#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,13)
#define NVVER FEDORA5
#elif LINUX_VERSION_CODE > KERNEL_VERSION(2,6,9)
#define NVVER SUSE10
#elif LINUX_VERSION_CODE > KERNEL_VERSION(2,6,6)
#define NVVER RHES4
#elif LINUX_VERSION_CODE > KERNEL_VERSION(2,6,0)
#define NVVER SLES9
#else
#define NVVER RHES3
#endif

I saw this macro in the head of Nvidia driver and I wonna to ask about
 "#if .... > ....."

what that mean ??

-- I reply:

  The signal ">" means "bigger than".

  For example: 2,6,13 > 2,6,9 > 2,6,6 > 2,6,0






       
____________________________________________________________________________________
Pinpoint customers who are looking for what you sell. 
http://searchmarketing.yahoo.com/

Reply via email to