mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
vim-patch:8.1.2378: using old C style comments
Problem: Using old C style comments.
Solution: Use // comments where appropriate.
5d18efecfd
This commit is contained in:
@@ -990,9 +990,8 @@ static struct prt_ps_font_S prt_ps_mb_font =
|
||||
{NULL, NULL, NULL, NULL}
|
||||
};
|
||||
|
||||
/* Pointer to current font set being used */
|
||||
static struct prt_ps_font_S* prt_ps_font;
|
||||
|
||||
// Pointer to current font set being used
|
||||
static struct prt_ps_font_S *prt_ps_font;
|
||||
|
||||
#define CS_JIS_C_1978 (0x01)
|
||||
#define CS_JIS_X_1983 (0x02)
|
||||
|
Reference in New Issue
Block a user