Changeset 645 for WizardsToolkit

Show
Ignore:
Timestamp:
11/20/09 07:05:10 (4 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WizardsToolkit/trunk/wizard/studio.h

    r629 r645  
    264264 
    265265#if !defined(wizard_attribute) 
    266 #  if (defined(__GNUC__) && (__GNUC__ > 3)) 
     266#  if (defined(__GNUC__) && (__GNUC__ >= 3)) 
    267267#    define wizard_attribute  __attribute__ 
    268268#  else 
     
    272272 
    273273#if !defined(wizard_unused) 
    274 #  if (defined(__GNUC__) && (__GNUC__ > 3)) 
     274#  if (defined(__GNUC__) && (__GNUC__ >= 3)) 
    275275#    define wizard_unused(x)  wizard_unused_ ## x __attribute__((unused)) 
    276276#  elif defined(__LCLINT__)