Problem: Compiler warnings for function prototypes.
Solution: Add "void". Move list_features() prototype. (Ken Takata)
* 'guifont'
*/
static void
-update_im_font()
+update_im_font(void)
{
LOGFONT lf_wide;
}
static list_T *
-py_list_alloc()
+py_list_alloc(void)
{
list_T *ret;
return -1;
static int
-init_types()
+init_types(void)
{
PYTYPE_READY(IterType);
PYTYPE_READY(BufferType);
char longVersion[sizeof(VIM_VERSION_LONG_DATE) + sizeof(__DATE__)
+ sizeof(__TIME__) + 3];
-static void list_features __ARGS((void));
-
void
make_version()
{
char *longVersion = VIM_VERSION_LONG;
#endif
+static void list_features __ARGS((void));
static void version_msg __ARGS((char *s));
static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 9,
/**/
8,
/**/