No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / grep / intl / osdep.c
blob9c3c78b382e57440c8522b8abdf1b2c1b9f812f4
1 /* $NetBSD$ */
3 /* OS dependent parts of libintl.
4 Copyright (C) 2001-2002 Free Software Foundation, Inc.
6 This program is free software; you can redistribute it and/or modify it
7 under the terms of the GNU Library General Public License as published
8 by the Free Software Foundation; either version 2, or (at your option)
9 any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Library General Public License for more details.
16 You should have received a copy of the GNU Library General Public
17 License along with this program; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
19 USA. */
21 #if defined __EMX__
22 # include "os2compat.c"
23 #else
24 /* Avoid AIX compiler warning. */
25 typedef int dummy;
26 #endif