mirror of
https://github.com/vim/vim.git
synced 2025-10-20 08:14:18 -04:00
patch 7.4.1225
Problem: Still a few old style function declarations. Solution: Make them new style. (Hirohito Higashi)
This commit is contained in:
@@ -2234,8 +2234,7 @@ fontset_height2(XFontSet fs)
|
||||
|
||||
/* NOT USED YET
|
||||
static int
|
||||
fontset_descent(fs)
|
||||
XFontSet fs;
|
||||
fontset_descent(XFontSet fs)
|
||||
{
|
||||
XFontSetExtents *extents;
|
||||
|
||||
|
Reference in New Issue
Block a user