[BACK]Return to tags.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/tags.c between version 1.4 and 1.5

version 1.4, 2003/04/13 18:26:26 version 1.5, 2003/11/08 19:17:29
Line 654 
Line 654 
 /*  /*
  * Position the current file at at what is hopefully the tag that was chosen   * Position the current file at at what is hopefully the tag that was chosen
  * using either findtag() or one of nextgtag() and prevgtag().  Returns -1   * using either findtag() or one of nextgtag() and prevgtag().  Returns -1
  * if it was unable to position at the tag, 0 if succesful.   * if it was unable to position at the tag, 0 if successful.
  */   */
         static POSITION          static POSITION
 gtagsearch()  gtagsearch()

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5