mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
Deleted misplaced separator (#13085) [backport]
Misplaced separator, which was constantly breaking compilation on Haiku OS, was deleted.
(cherry picked from commit 27fee4d8b4)
This commit is contained in:
@@ -35,7 +35,6 @@ const
|
||||
|
||||
AltSep* =
|
||||
when doslikeFileSystem: '/'
|
||||
elif defined(haiku): ':'
|
||||
else: DirSep
|
||||
## An alternative character used by the operating system to separate
|
||||
## pathname components, or the same as `DirSep <#DirSep>`_ if only one separator
|
||||
|
||||
Reference in New Issue
Block a user