summaryrefslogtreecommitdiff
path: root/navit/support
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-10-01 08:08:56 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-10-01 08:08:56 +0000
commit6ffae2b9851815f8c8f603ff01bae3fb19f10de6 (patch)
treea63620fd94d1f4b5057506b42b02722155999b77 /navit/support
parent5891bfb2b0dde4b7714683befb15fdedcd068c25 (diff)
downloadnavit-6ffae2b9851815f8c8f603ff01bae3fb19f10de6.tar.gz
Fix:support_libc:Reverted accidential change
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4822 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/support')
-rw-r--r--navit/support/libc/_mingw.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/navit/support/libc/_mingw.h b/navit/support/libc/_mingw.h
index fb0638d09..977334d1a 100644
--- a/navit/support/libc/_mingw.h
+++ b/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