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: Mon, 15 Apr 2002 12:04:52 -0400

Index: emacs/lib-src/etags.c
diff -c emacs/lib-src/etags.c:3.13 emacs/lib-src/etags.c:3.14
*** emacs/lib-src/etags.c:3.13  Mon Apr 15 11:55:07 2002
--- emacs/lib-src/etags.c       Mon Apr 15 12:04:52 2002
***************
*** 33,39 ****
   *    Francesco Potortì <address@hidden> has maintained it since 1993.
   */
  
! char pot_etags_version[] = "@(#) pot revision number is 15.10";
  
  #define       TRUE    1
  #define       FALSE   0
--- 33,39 ----
   *    Francesco Potortì <address@hidden> has maintained it since 1993.
   */
  
! char pot_etags_version[] = "@(#) pot revision number is 15.13";
  
  #define       TRUE    1
  #define       FALSE   0
***************
*** 1634,1640 ****
       which is unlikely. */
    if (parser == NULL)
      rewind (inf);
! #if 0
    /* Else try to guess the language given the case insensitive file name. */
    if (parser == NULL)
      {
--- 1634,1640 ----
       which is unlikely. */
    if (parser == NULL)
      rewind (inf);
! 
    /* Else try to guess the language given the case insensitive file name. */
    if (parser == NULL)
      {
***************
*** 1645,1651 ****
          parser = lang->function;
        }
      }
! #endif
    if (!no_line_directive
        && curfdp->lang != NULL && curfdp->lang->metasource)
      /* It may be that this is a bingo.y file, and we already parsed a bingo.c
--- 1645,1651 ----
          parser = lang->function;
        }
      }
! 
    if (!no_line_directive
        && curfdp->lang != NULL && curfdp->lang->metasource)
      /* It may be that this is a bingo.y file, and we already parsed a bingo.c



reply via email to

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