From bfa91a43d6f8a58aa9db375ed0a6209293e9f312 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 23 Jan 2006 19:25:12 +0000 Subject: Make i386 build w/ -std=c99 (almost) --- include/libc-symbols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libc-symbols.h') diff --git a/include/libc-symbols.h b/include/libc-symbols.h index 479a17a2f..7440e00d5 100644 --- a/include/libc-symbols.h +++ b/include/libc-symbols.h @@ -245,7 +245,7 @@ /* We want the .gnu.warning.SYMBOL section to be unallocated. */ #define __make_section_unallocated(section_string) \ - asm (".section " section_string "\n\t.previous"); + __asm__ (".section " section_string "\n\t.previous"); /* Tacking on "\n\t#" to the section name makes gcc put it's bogus section attributes on what looks like a comment to the assembler. */ -- cgit v1.2.3