diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-03 18:41:01 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-03 18:41:01 -0800 |
| commit | e086c19275ab84257dc3df71fb071d9be0e6b2ec (patch) | |
| tree | 426c1e3ab01ee511554e9da2f56bd894a488b10f /include/linux | |
| parent | 7b6b5e720c60de0e9e71da04aafb4865bb966a07 (diff) | |
[PATCH] use __attribute_const__ everywhere
From: Nikita Danilov <Nikita@Namesys.COM>
Replace all existing usages of __attribute__((const)) with
__attribute_const__.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/reiserfs_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index 594f305e613a..f05d63a025c4 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h @@ -90,7 +90,7 @@ if( !( cond ) ) \ #define RFALSE( cond, format, args... ) do {;} while( 0 ) #endif -#define CONSTF __attribute__( ( const ) ) +#define CONSTF __attribute_const__ /* * Disk Data Structures */ |
