diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-08-02 00:46:46 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-02 00:46:46 -0600 |
commit | e44d06c3a9ffbfdfdbf84b4bdde87ae7936b2775 (patch) | |
tree | f3f2b0ea15e4a9288d20ff178333711264c549f8 /gcc/intl.c | |
parent | d70283ce50dc333f6b2e8650e2f85981d8c34a2f (diff) | |
download | gcc-e44d06c3a9ffbfdfdbf84b4bdde87ae7936b2775.tar.gz |
Initial revision
From-SVN: r21537
Diffstat (limited to 'gcc/intl.c')
-rw-r--r-- | gcc/intl.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/intl.c b/gcc/intl.c new file mode 100644 index 00000000000..e0399096d03 --- /dev/null +++ b/gcc/intl.c @@ -0,0 +1,6 @@ +/* intl.c - internationalization */ + +#include "gansidecl.h" +#include "intl.h" + +const char localedir[] = LOCALEDIR; |