Skip to content

Commit e01f198

Browse files
authored
Merge pull request yhirose#61 from mura-orz/master
Update peglib.h
2 parents 55add1d + f3e88af commit e01f198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peglib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define PEGLIB_NO_CONSTEXPR_SUPPORT
3131
#elif (_MSC_VER >= 1800)
3232
// good to go
33-
#else (_MSC_VER < 1800)
33+
#else //(_MSC_VER < 1800)
3434
#error "Requires C+11 support"
3535
#endif
3636
#endif

0 commit comments

Comments
 (0)