xref: /netbsd-src/external/gpl3/gcc/dist/intl/osdep.c (revision 4fee23f98c45552038ad6b5bd05124a41302fb01)
1*4fee23f9Smrg /* OS dependent parts of libintl.
2*4fee23f9Smrg    Copyright (C) 2001-2002 Free Software Foundation, Inc.
3*4fee23f9Smrg 
4*4fee23f9Smrg    This program is free software; you can redistribute it and/or modify it
5*4fee23f9Smrg    under the terms of the GNU Library General Public License as published
6*4fee23f9Smrg    by the Free Software Foundation; either version 2, or (at your option)
7*4fee23f9Smrg    any later version.
8*4fee23f9Smrg 
9*4fee23f9Smrg    This program is distributed in the hope that it will be useful,
10*4fee23f9Smrg    but WITHOUT ANY WARRANTY; without even the implied warranty of
11*4fee23f9Smrg    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12*4fee23f9Smrg    Library General Public License for more details.
13*4fee23f9Smrg 
14*4fee23f9Smrg    You should have received a copy of the GNU Library General Public
15*4fee23f9Smrg    License along with this program; if not, write to the Free Software
16*4fee23f9Smrg    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
17*4fee23f9Smrg    USA.  */
18*4fee23f9Smrg 
19*4fee23f9Smrg #if defined __EMX__
20*4fee23f9Smrg # include "os2compat.c"
21*4fee23f9Smrg #else
22*4fee23f9Smrg /* Avoid AIX compiler warning.  */
23*4fee23f9Smrg typedef int dummy;
24*4fee23f9Smrg #endif
25