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: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c
Date: Tue, 27 Sep 2005 16:18:16 -0400

Index: emacs/lib-src/etags.c
diff -c emacs/lib-src/etags.c:3.47 emacs/lib-src/etags.c:3.48
*** emacs/lib-src/etags.c:3.47  Tue Sep 27 13:23:47 2005
--- emacs/lib-src/etags.c       Tue Sep 27 20:18:15 2005
***************
*** 41,47 ****
   * configuration file containing regexp definitions for etags.
   */
  
! char pot_etags_version[] = "@(#) pot revision number is 17.13";
  
  #define       TRUE    1
  #define       FALSE   0
--- 41,47 ----
   * configuration file containing regexp definitions for etags.
   */
  
! char pot_etags_version[] = "@(#) pot revision number is 17.14";
  
  #define       TRUE    1
  #define       FALSE   0
***************
*** 1475,1486 ****
    if (fclose (tagf) == EOF)
      pfatal (tagfile);
  
!   if (update)
!     {
!       char cmd[2*BUFSIZ+10];
!       sprintf (cmd, "sort -o %.*s %.*s", BUFSIZ, tagfile, BUFSIZ, tagfile);
!       exit (system (cmd));
!     }
    return EXIT_SUCCESS;
  }
  
--- 1475,1487 ----
    if (fclose (tagf) == EOF)
      pfatal (tagfile);
  
!   if (CTAGS)
!     if (append_to_tagfile || update)
!       {
!       char cmd[2*BUFSIZ+10];
!       sprintf (cmd, "sort -o %.*s %.*s", BUFSIZ, tagfile, BUFSIZ, tagfile);
!       exit (system (cmd));
!       }
    return EXIT_SUCCESS;
  }
  




reply via email to

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