[geany/geany] 13e5c0: Fix Haskell parsing when a comment is the first thing inside a type

Colomban Wendling git-noreply at xxxxx
Mon Jul 30 18:15:08 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 30 Jul 2012 18:15:08
Commit:      13e5c0202a73f70b4aa76dfa23aef7da5493e320
             https://github.com/geany/geany/commit/13e5c0202a73f70b4aa76dfa23aef7da5493e320

Log Message:
-----------
Fix Haskell parsing when a comment is the first thing inside a type

Closes #3552129.


Modified Paths:
--------------
    tagmanager/ctags/haskell.c

Modified: tagmanager/ctags/haskell.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -189,7 +189,7 @@ static int inside_datatype(vString *name)
 	else if (st == Get_Extr)
 	{
 	    do {
-		c = fileGetc();
+		c = get_next_char();
 	    } while (isspace(c));
 	    if (c == EOF)
 		return c;


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list