mirror of git://gcc.gnu.org/git/gcc.git
parent
be1088fa6a
commit
320fc205e1
|
|
@ -1,3 +1,7 @@
|
||||||
|
2007-04-02 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* filename_cmp.c: Include "config.h".
|
||||||
|
|
||||||
2007-03-29 Joel Brobecker <brobecker@adacore.com>
|
2007-03-29 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* filename_cmp.c: New file.
|
* filename_cmp.c: New file.
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,10 @@
|
||||||
along with this program; if not, write to the Free Software Foundation,
|
along with this program; if not, write to the Free Software Foundation,
|
||||||
Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue