Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 30 Jul 2012 22:31:43 Commit: 3a460a2c5ba2de3aa01f2bea2a001c36dd01b839 https://github.com/geany/geany/commit/3a460a2c5ba2de3aa01f2bea2a001c36dd01b8...
Log Message: ----------- Remove and unused structure member
Based on CTags r769: https://ctags.svn.sourceforge.net/svnroot/ctags@769
Modified Paths: -------------- tagmanager/ctags/read.c tagmanager/ctags/read.h
Modified: tagmanager/ctags/read.c 2 files changed, 0 insertions(+), 2 deletions(-) =================================================================== @@ -277,7 +277,6 @@ extern boolean fileOpen (const char *const fileName, const langType language) mio_getpos (File.mio, &StartOfLine); mio_getpos (File.mio, &File.filePosition); File.currentLine = NULL; - File.language = language; File.lineNumber = 0L; File.eof = FALSE; File.newLine = TRUE; @@ -324,7 +323,6 @@ extern boolean bufferOpen (unsigned char *buffer, int buffer_size, mio_getpos (File.mio, &StartOfLine); mio_getpos (File.mio, &File.filePosition); File.currentLine = NULL; - File.language = language; File.lineNumber = 0L; File.eof = FALSE; File.newLine = TRUE;
Modified: tagmanager/ctags/read.h 1 files changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -79,7 +79,6 @@ enum eCharacters { int ungetch; /* a single character that was ungotten */ boolean eof; /* have we reached the end of file? */ boolean newLine; /* will the next character begin a new line? */ - langType language; /* language of input file */
/* Contains data pertaining to the original source file in which the tag * was defined. This may be different from the input file when #line
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).