comparison gcc/intl.c @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents b7f97abdc517
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
19 <http://www.gnu.org/licenses/>. */ 19 <http://www.gnu.org/licenses/>. */
20 20
21 #include "config.h" 21 #include "config.h"
22 #include "system.h" 22 #include "system.h"
23 #include "coretypes.h" 23 #include "coretypes.h"
24 #include "tm.h"
25 #include "intl.h" 24 #include "intl.h"
26 25
27 #ifdef HAVE_LANGINFO_CODESET 26 #ifdef HAVE_LANGINFO_CODESET
28 #include <langinfo.h> 27 #include <langinfo.h>
29 #endif 28 #endif