(strcaseeq): New function.
(get_language_from_filename): Use it to do a case insenstitive
comparison if called with appropriate args.
(find_entries): Try with case insensitive match.
(process_file): Bug fixed.
* Francesco Potortì <pot@gnu.org> has maintained it since 1993.
*/
-char pot_etags_version[] = "@(#) pot revision number is 15.10";
+char pot_etags_version[] = "@(#) pot revision number is 15.13";
#define TRUE 1
#define FALSE 0
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)
{
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