Macro cleanup: USE_UNIXFILENAME

This commit is contained in:
Michael Reed
2015-02-21 15:23:40 -05:00
committed by Justin M. Keyes
parent 4d7b31fd61
commit 117bf11e19

View File

@@ -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.