mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 13:28:19 +00:00
Macro cleanup: USE_UNIXFILENAME
This commit is contained in:

committed by
Justin M. Keyes

parent
4d7b31fd61
commit
117bf11e19
@@ -403,7 +403,7 @@ char_u *save_absolute_path(const char_u *name)
|
||||
|
||||
#if !defined(NO_EXPANDPATH)
|
||||
|
||||
#if defined(UNIX) || defined(USE_UNIXFILENAME)
|
||||
#if defined(UNIX)
|
||||
/*
|
||||
* Unix style wildcard expansion code.
|
||||
* It's here because it's used both for Unix and Mac.
|
||||
|
Reference in New Issue
Block a user