X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flibcore%2Flc_common_t.h;h=0c910b145094d4562033b8e8657c957c662795e0;hb=bdc59608633f59b0541a04883c24d19b1bc0ffae;hp=33617f4be7a5f401b21992f755c19cde93793e95;hpb=2f572ce184ecf1bb79ca47ee6fb3080e52e481eb;p=libfirm diff --git a/ir/libcore/lc_common_t.h b/ir/libcore/lc_common_t.h index 33617f4be..0c910b145 100644 --- a/ir/libcore/lc_common_t.h +++ b/ir/libcore/lc_common_t.h @@ -36,23 +36,10 @@ #define LONGLONG long /* LC_LONGLONG */ #define LONGDOUBLE double /* LC_LONGDOUBLE */ -#ifdef LC_HAVE_C99 -#define HAVE_C99 LC_HAVE_C99 -#else /* LC_HAVE_C99 */ - #ifdef _WIN32 /* Windows names for non-POSIX calls */ #define snprintf _snprintf #define vsnprintf _vsnprintf #endif /* WIN32 */ -/* These both are not posix or ansi c but almost everywhere existent */ - -/* Daniel: Why not just include stdio.h? -extern int snprintf(char *buf, size_t size, const char *fmt, ...); -extern int vsnprintf(char *buf, size_t size, const char *fmt, va_list args); -*/ - -#endif /* LC_HAVE_C99 */ - #endif /* _COMMON_T_H */