summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.c b/src/commands.c
index 49fa27de..e95e0262 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -26,7 +26,7 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
#include "w32err.h"
#endif
-#if VMS
+#if MK_OS_VMS
# define FILE_LIST_SEPARATOR (vms_comma_separator ? ',' : ' ')
#else
# define FILE_LIST_SEPARATOR ' '