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

Diff for /src/usr.bin/mg/tags.c between version 1.18 and 1.19

version 1.18, 2022/12/26 19:16:02 version 1.19, 2023/03/08 04:43:11
Line 70 
Line 70 
  * on first use. If a filename is already recorded, ask user to retain   * on first use. If a filename is already recorded, ask user to retain
  * already loaded tags (if any) and unload them if user chooses not to.   * already loaded tags (if any) and unload them if user chooses not to.
  */   */
 /* ARGSUSED */  
 int  int
 tagsvisit(int f, int n)  tagsvisit(int f, int n)
 {  {
Line 204 
Line 203 
  * buffername onto stack, load the file with tag definition into a new   * buffername onto stack, load the file with tag definition into a new
  * buffer and position dot at the pattern.   * buffer and position dot at the pattern.
  */   */
 /*ARGSUSED */  
 int  int
 pushtag(char *tok)  pushtag(char *tok)
 {  {
Line 263 
Line 261 
 /*  /*
  * If tag stack is not empty pop stack and jump to recorded buffer, dot.   * If tag stack is not empty pop stack and jump to recorded buffer, dot.
  */   */
 /* ARGSUSED */  
 int  int
 poptag(int f, int n)  poptag(int f, int n)
 {  {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19