Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 02 Sep 2012 18:28:30 Commit: c05f1bdd448e2e2b327b69224608a1e7c01d5b99 https://github.com/geany/geany/commit/c05f1bdd448e2e2b327b69224608a1e7c01d5b...
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).