From 993a83bd023c6b88ed5af78bbd0e118f42106397 Mon Sep 17 00:00:00 2001 From: martin-s Date: Sat, 1 Oct 2011 08:08:56 +0000 Subject: [PATCH] Fix:support_libc:Reverted accidential change git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4822 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/support/libc/_mingw.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/navit/navit/support/libc/_mingw.h b/navit/navit/support/libc/_mingw.h index fb0638d..977334d 100644 --- a/navit/navit/support/libc/_mingw.h +++ b/navit/navit/support/libc/_mingw.h @@ -186,15 +186,12 @@ #endif #ifdef __cplusplus -#abort1 # define __CRT_INLINE inline #else # if __GNUC_STDC_INLINE__ -#abort2 # define __CRT_INLINE extern inline __attribute__((__gnu_inline__)) # else # ifdef __COREDLL__ -#abort3 /* There isn't any out-of-line version of most of these functions in coredll.dll, so we need this for -O0, or for -fno-inline. This is still problematic if the user -- 2.7.4