MSVC: remove compiler __func__ define

No longer needed and exposes a bug in clang-format see: D4185
This commit is contained in:
2019-01-11 09:22:21 +11:00
parent f974a02285
commit b1e286bbfe
4 changed files with 0 additions and 18 deletions

View File

@@ -28,7 +28,6 @@
*/
#if defined(_MSC_VER)
# define __func__ __FUNCTION__
# define alloca _alloca
#endif

View File

@@ -50,10 +50,6 @@
# define SEP '/'
#endif
#if defined(_MSC_VER)
# define __func__ __FUNCTION__
#endif
/* -------------------------------------------------------------------- */
/* Utility functions */