Fix:support_libc:Reverted accidential change
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 1 Oct 2011 08:08:56 +0000 (08:08 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 1 Oct 2011 08:08:56 +0000 (08:08 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4822 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/support/libc/_mingw.h

index fb0638d..977334d 100644 (file)
 #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