Changeset 442 for GPL/trunk/include/linux/compiler-gcc3.h
- Timestamp:
- Jun 6, 2009, 11:07:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/compiler-gcc3.h
r305 r442 3 3 /* These definitions are for GCC v3.x. */ 4 4 #include <linux/compiler-gcc.h> 5 6 #define inline __inline 7 #define INLINE inline 8 #define __attribute__ 5 9 6 10 #if __GNUC_MINOR__ >= 1 && __GNUC_MINOR__ < 4
Note:
See TracChangeset
for help on using the changeset viewer.