From 63d9e730f726341bf41ee4f4b829253cb9879110 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 5 Dec 2019 21:10:38 +0100 Subject: patch 8.1.2394: using old C style comments Problem: Using old C style comments. Solution: Use // comments where appropriate. --- src/sign.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sign.c') diff --git a/src/sign.c b/src/sign.c index 71f21b0c7..935ec3c74 100644 --- a/src/sign.c +++ b/src/sign.c @@ -701,8 +701,8 @@ buf_signcount(buf_T *buf, linenr_T lnum) return count; } -# endif /* FEAT_SIGN_ICONS */ -# endif /* FEAT_NETBEANS_INTG */ +# endif // FEAT_SIGN_ICONS +# endif // FEAT_NETBEANS_INTG /* * Delete signs in group 'group' in buffer "buf". If 'group' is '*', then @@ -2744,4 +2744,4 @@ f_sign_unplacelist(typval_T *argvars, typval_T *rettv) } } -#endif /* FEAT_SIGNS */ +#endif // FEAT_SIGNS -- cgit v1.2.1