commit | f8cdb85d0556a3974205935cf43543196989a990 | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Sat Dec 18 06:42:15 2004 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Sat Dec 18 06:42:15 2004 +0000 |
tree | e621d2eb5090489c0597582d2fd7841bb779e07c | |
parent | 1bd2653c8f0a683d4a405ef5887e77cc662d78bc [diff] [blame] |
Fix win32 breakage git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19028 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/System/Win32/Path.inc b/lib/System/Win32/Path.inc index 3e179ea..9141ce0 100644 --- a/lib/System/Win32/Path.inc +++ b/lib/System/Win32/Path.inc
@@ -603,6 +603,7 @@ // Make this into a unique file name makeUnique( reuse_current ); + return true; } }