Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 11 Nov 2013 17:54:08 UTC Commit: cebc20a47c0b9955259c4e3a740cd48af58e1623 https://github.com/geany/geany/commit/cebc20a47c0b9955259c4e3a740cd48af58e16...
Log Message: ----------- Use proper argument list
Modified Paths: -------------- tagmanager/ctags/cobol.c
Modified: tagmanager/ctags/cobol.c 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -34,7 +34,7 @@ static void installCobolRegex (const langType language) "\1", "n,namespace,sections", "i"); }
-extern parserDefinition* CobolParser () +extern parserDefinition* CobolParser (void) { static const char *const extensions [] = { "cbl", "cob", "cpy", "CBL", "COB", NULL };
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).