Skip to content

Commit 0298a84

Browse files
authored
Merge pull request #1574 from grumpycoders/simpler-typescript-in-clang-cl
Trying to address out-of-memory compiler problems
2 parents e1465ba + 7206bb2 commit 0298a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/typestring-wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SOFTWARE.
2828

2929
#include "typestring.hh"
3030

31-
#if defined(_MSC_VER) && !defined(__clang__)
31+
#if defined(_MSC_VER) // && !defined(__clang__)
3232
#define TYPESTRING_MAX_CONST_CHAR 63
3333

3434
#define TYPESTRING_MIN(a, b) (a) < (b) ? (a) : (b)

0 commit comments

Comments
 (0)