Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-07-13 04:50:47 +0400
committerAndreas Schwab <schwab@linux-m68k.org>1999-07-13 04:50:47 +0400
commitde58574b9bba08a5ca0c19797feb34d5aa606670 (patch)
treec4604ece86c87632c8288d14e7bd7bc4ecf05f40 /include/elf/m68k.h
parent1e2fe5b32df74999252af3d844104642b708b85f (diff)
* m68k.h (EF_CPU32): Move definition inside multiple inclusion
guard.
Diffstat (limited to 'include/elf/m68k.h')
-rw-r--r--include/elf/m68k.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/m68k.h b/include/elf/m68k.h
index f872e0fcf..e2d51ef4a 100644
--- a/include/elf/m68k.h
+++ b/include/elf/m68k.h
@@ -53,6 +53,6 @@ START_RELOC_NUMBERS (elf_m68k_reloc_type)
EMPTY_RELOC (R_68K_max)
END_RELOC_NUMBERS
-#endif
-
#define EF_CPU32 0x00810000
+
+#endif