X-Git-Url: https://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/978fd7e56b141f7e4c8930acdbf0a806489e63a5..7f339edd551eefcd6c99f379ce91c27df997cfe3:/standard.h diff --git a/standard.h b/standard.h index 94a9192..597515a 100644 --- a/standard.h +++ b/standard.h @@ -363,6 +363,7 @@ //#define __declspec(x) #define __page_aligned(x) +#define __aligned(x) #define __vsyscall(x) // ---------------------------------------------------------------------------- @@ -413,8 +414,8 @@ static const struct machine_desc __mach_desc_##_type \ // include/linux/types.h //#define BITS_TO_LONGS(bits) \ // (((bits)+BITS_PER_LONG-1)/BITS_PER_LONG) -#define DECLARE_BITMAP(name,bits) \ - /*unsigned*/ long name[BITS_TO_LONGS(bits)] +#define DECLARE_BITMAP(name,bits) +// /*unsigned*/ long name[BITS_TO_LONGS(bits)] // include/asm-i386/percpu.h @@ -749,5 +750,3 @@ do { \ // rule10 //#define ACPI_MODULE_NAME(x) - -