mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
patch 8.1.2366: using old C style comments
Problem: Using old C style comments. Solution: Use // comments where appropriate.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user