X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ff23cd9f452b6d2b5001a67d7b14e0af7f61b194..261cb4bb750143d8078bb27a343e0d9560b884df:/src/unexelf.c diff --git a/src/unexelf.c b/src/unexelf.c index ac9c9e7576..f35b53aeab 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -506,11 +506,7 @@ typedef struct { #endif #ifndef ElfW -# ifdef __STDC__ -# define ElfBitsW(bits, type) Elf##bits##_##type -# else -# define ElfBitsW(bits, type) Elf/**/bits/**/_/**/type -# endif +# define ElfBitsW(bits, type) Elf##bits##_##type # ifdef _LP64 # define ELFSIZE 64 # else