/[emacs]/emacs/lib-src/etags.c
ViewVC logotype

Diff of /emacs/lib-src/etags.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.13 by pot, Mon Apr 15 15:55:07 2002 UTC revision 3.14 by pot, Mon Apr 15 16:04:52 2002 UTC
# Line 33  Inc., 59 Temple Place - Suite 330, Bosto Line 33  Inc., 59 Temple Place - Suite 330, Bosto
33   *      Francesco Potort́ <pot@gnu.org> has maintained it since 1993.   *      Francesco Potort́ <pot@gnu.org> has maintained it since 1993.
34   */   */
35    
36  char pot_etags_version[] = "@(#) pot revision number is 15.10";  char pot_etags_version[] = "@(#) pot revision number is 15.13";
37    
38  #define TRUE    1  #define TRUE    1
39  #define FALSE   0  #define FALSE   0
# Line 1634  find_entries (inf) Line 1634  find_entries (inf)
1634       which is unlikely. */       which is unlikely. */
1635    if (parser == NULL)    if (parser == NULL)
1636      rewind (inf);      rewind (inf);
1637  #if 0  
1638    /* Else try to guess the language given the case insensitive file name. */    /* Else try to guess the language given the case insensitive file name. */
1639    if (parser == NULL)    if (parser == NULL)
1640      {      {
# Line 1645  find_entries (inf) Line 1645  find_entries (inf)
1645            parser = lang->function;            parser = lang->function;
1646          }          }
1647      }      }
1648  #endif  
1649    if (!no_line_directive    if (!no_line_directive
1650        && curfdp->lang != NULL && curfdp->lang->metasource)        && curfdp->lang != NULL && curfdp->lang->metasource)
1651      /* It may be that this is a bingo.y file, and we already parsed a bingo.c      /* It may be that this is a bingo.y file, and we already parsed a bingo.c

Legend:
Removed from v.3.13  
changed lines
  Added in v.3.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26