No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / diffutils / lib / hard-locale.h
bloba37fe34bb33baa1f3ee99e9989aafa6f70ab07ff
1 /* $NetBSD$ */
3 #ifndef HARD_LOCALE_H_
4 # define HARD_LOCALE_H_ 1
6 # if HAVE_CONFIG_H
7 # include <config.h>
8 # endif
10 # ifndef PARAMS
11 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
12 # define PARAMS(Args) Args
13 # else
14 # define PARAMS(Args) ()
15 # endif
16 # endif
18 int hard_locale PARAMS ((int));
20 #endif /* HARD_LOCALE_H_ */