forked from aniani/vim
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