/* Open and close files for Bison.
- Copyright (C) 1984, 1986, 1989, 1992, 2000-2010 Free Software
+ Copyright (C) 1984, 1986, 1989, 1992, 2000-2011 Free Software
Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
*base = last_component (file_name);
/* Look for the extension, i.e., look for the last dot. */
- *ext = strrchr (*base, '.');
+ *ext = mbsrchr (*base, '.');
*tab = NULL;
/* If there is an extension, check if there is a `.tab' part right