summaryrefslogtreecommitdiff
path: root/src/os_qnx.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-30 19:44:38 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-30 19:44:38 +0100
commit9bf703d46a79fbffeb829246ea5ce385bddc4166 (patch)
tree6afff788b4fbd8fbf61557c47c24c26c975ea8ee /src/os_qnx.h
parent20ebbeac461ffc2a5e5dbfbb0ba380b8854615bd (diff)
downloadvim-git-9bf703d46a79fbffeb829246ea5ce385bddc4166.tar.gz
patch 8.1.2366: using old C style commentsv8.1.2366
Problem: Using old C style comments. Solution: Use // comments where appropriate.
Diffstat (limited to 'src/os_qnx.h')
-rw-r--r--src/os_qnx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_qnx.h b/src/os_qnx.h
index f98e31117..503805a7f 100644
--- a/src/os_qnx.h
+++ b/src/os_qnx.h
@@ -12,7 +12,7 @@
#define USE_TMPNAM
-#define POSIX /* Used by pty.c */
+#define POSIX // Used by pty.c
#if defined(FEAT_GUI_PHOTON)
extern int is_photon_available;