Created a function prototype for parseMXML. VS does not complain but gcc does.

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@758 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
dfishburn 2010-05-26 17:41:21 +00:00
parent 060b8b7481
commit 08e0f48db5
1 changed files with 1 additions and 0 deletions

1
flex.c
View File

@ -203,6 +203,7 @@ static void parseFunction (tokenInfo *const token);
static boolean parseBlock (tokenInfo *const token, tokenInfo *const parent);
static boolean parseLine (tokenInfo *const token);
static boolean parseActionScript (tokenInfo *const token);
static boolean parseMXML (tokenInfo *const token);
static boolean isIdentChar (const int c)
{