diff src/syntax.c @ 6567:d6473d6501fd v7.4.610

updated for version 7.4.610 Problem: Some function headers may be missing from generated .pro files. Solution: Add PROTO to the #ifdef.
author Bram Moolenaar <bram@vim.org>
date Tue, 03 Feb 2015 13:00:38 +0100
parents 762ab69c2d13
children 476a12a96bb1
line wrap: on
line diff
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -6537,7 +6537,7 @@ syn_get_foldlevel(wp, lnum)
 }
 #endif
 
-#ifdef FEAT_PROFILE
+#if defined(FEAT_PROFILE) || defined(PROTO)
 /*
  * ":syntime".
  */