emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/etags.c


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c
Date: Wed, 06 Mar 2002 18:14:30 -0500

Index: emacs/lib-src/etags.c
diff -c emacs/lib-src/etags.c:3.8 emacs/lib-src/etags.c:3.9
*** emacs/lib-src/etags.c:3.8   Tue Mar  5 06:28:26 2002
--- emacs/lib-src/etags.c       Wed Mar  6 18:14:29 2002
***************
*** 1895,1901 ****
      put_entries (np->left);
  
    /* Output this entry */
!   if (!CTAGS)
      {
        /* Etags mode */
        if (file != np->file
--- 1895,1901 ----
      put_entries (np->left);
  
    /* Output this entry */
! #if !CTAGS
      {
        /* Etags mode */
        if (file != np->file
***************
*** 1918,1924 ****
        else
        fprintf (tagf, "%ld\n", np->cno);
      }
!   else
      {
        /* Ctags mode */
        if (np->name == NULL)
--- 1918,1924 ----
        else
        fprintf (tagf, "%ld\n", np->cno);
      }
! #else
      {
        /* Ctags mode */
        if (np->name == NULL)
***************
*** 1957,1963 ****
          putc ('\n', tagf);
        }
      }
! 
  
    /* Output subentries that follow this one */
    put_entries (np->right);
--- 1957,1963 ----
          putc ('\n', tagf);
        }
      }
! #endif
  
    /* Output subentries that follow this one */
    put_entries (np->right);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]