only need to #include "localedir.h" if USE_NLS is defined.
This commit is contained in:
parent
fafcb5dc4d
commit
df80da1eff
2
gnu/dist/gcc4/libcpp/init.c
vendored
2
gnu/dist/gcc4/libcpp/init.c
vendored
@ -24,7 +24,9 @@ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||
#include "cpplib.h"
|
||||
#include "internal.h"
|
||||
#include "mkdeps.h"
|
||||
#ifdef ENABLE_NLS
|
||||
#include "localedir.h"
|
||||
#endif
|
||||
|
||||
static void init_library (void);
|
||||
static void mark_named_operators (cpp_reader *);
|
||||
|
Loading…
Reference in New Issue
Block a user