[geany/geany] c05f1b: Remove a suspect ungetc() call in VHDL parser

Colomban Wendling git-noreply at xxxxx
Sun Sep 2 18:28:30 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 02 Sep 2012 18:28:30
Commit:      c05f1bdd448e2e2b327b69224608a1e7c01d5b99
             https://github.com/geany/geany/commit/c05f1bdd448e2e2b327b69224608a1e7c01d5b99

Log Message:
-----------
Remove a suspect ungetc() call in VHDL parser

This ungetc() call don't look legitimate and actually leads to lots
of warnings about ungetc() being called when another character was
already backed up.


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

Modified: tagmanager/ctags/vhdl.c
1 files changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -190,7 +190,6 @@ static void tagNameList (const vhdlKind kind, int c)
 	{
 		readIdentifier (TagName, c);
 		makeSimpleTag (TagName, VhdlKinds, kind);
-		vUngetc (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