Changeset 777 for GPL/trunk/include/linux/compiler.h
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/compiler.h
r679 r777 16 16 17 17 #define __GNUC__ 3 18 19 #define __counted_by(member) 20 #define __free(x) 21 22 /* Indirect macros required for expanded argument pasting, eg. __LINE__. */ 23 #define ___PASTE(a,b) a##b 24 #define __PASTE(a,b) ___PASTE(a,b) 25 26 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) 18 27 19 28 #ifndef __ASSEMBLY__
Note:
See TracChangeset
for help on using the changeset viewer.