Kaydet (Commit) eebc9748 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix MSVC build: #undef EXPLICIT (which gets defined as 'explicit' somewhere)

Change-Id: I83f6dff2a01d6d7806b2d2f4e6415aee10933e14
üst 7ea71eb8
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
#undef SHARED #undef SHARED
#endif #endif
#if defined( EXPLICIT )
#undef EXPLICIT
#endif
// The tokenizer is stand-alone, i. e. he can be used from everywhere. // The tokenizer is stand-alone, i. e. he can be used from everywhere.
// A BASIC-instance is necessary for error messages. Without BASIC the // A BASIC-instance is necessary for error messages. Without BASIC the
// errors are only counted. The BASIC is also necessary when an advanced // errors are only counted. The BASIC is also necessary when an advanced
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment