Ignore:
Timestamp:
Jun 6, 2009, 11:07:11 AM (16 years ago)
Author:
Paul Smedley
Message:

Reorganise code to make maintenance easier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/compiler-gcc3.h

    r305 r442  
    33/* These definitions are for GCC v3.x.  */
    44#include <linux/compiler-gcc.h>
     5
     6#define inline __inline
     7#define INLINE inline
     8#define __attribute__
    59
    610#if __GNUC_MINOR__ >= 1  && __GNUC_MINOR__ < 4
Note: See TracChangeset for help on using the changeset viewer.