Skip to content

Commit

Permalink
Removed explicit STDC99 define on MSVC
Browse files Browse the repository at this point in the history
We compile Lau as C++ code anyway.
  • Loading branch information
Vultraz committed Jan 23, 2021
1 parent f8e58f0 commit 52db6a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/global.hpp
Expand Up @@ -16,9 +16,6 @@

#ifdef _MSC_VER

// Enable C99 support for lua
#define STDC99

#if _MSVC_LANG > 201402 // fallthrough only supported when MSVC targets later than C++14
#define FALLTHROUGH [[fallthrough]]
#else
Expand Down

0 comments on commit 52db6a9

Please sign in to comment.