From 75598ca67e469359c3c0b6b8704dae17bf2b9d89 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Jun 1995 09:00:14 +0000 Subject: Mon Jun 5 04:02:26 1995 Roland McGrath * elf/elf.h (ELFMAG): Use \177 instead of \x7f. It seems GCC insists on seeing the following E as part of hex 7FE, and complaining that is wider than a byte. --- elf/elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/elf.h') diff --git a/elf/elf.h b/elf/elf.h index 87cf109..4730b8e 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -73,7 +73,7 @@ typedef struct #define ELFMAG3 'F' /* Magic number byte 3 */ /* Conglomeration of the identification bytes, for easy testing as a word. */ -#define ELFMAG "\x7fELF" +#define ELFMAG "\177ELF" #define SELFMAG 4 #define EI_CLASS 4 /* File class byte index */ -- cgit v1.1