diff options
Diffstat (limited to 'gas/gasp.c')
-rw-r--r-- | gas/gasp.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3605,7 +3605,9 @@ main (argc, argv) ifstack[0].on = 1; ifi = 0; +#ifdef HAVE_SETLOCALE setlocale (LC_MESSAGES, ""); +#endif bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); |