diff options
Diffstat (limited to 'lib/System/Win32/Path.inc')
-rw-r--r-- | lib/System/Win32/Path.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index 0499e61..b25e661 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc @@ -44,8 +44,7 @@ static void FlipBackSlashes(std::string& s) { namespace llvm { namespace sys { - -extern const char sys::PathSeparator = ';'; +const char PathSeparator = ';'; bool Path::isValid() const { |