source: vendor/grep/2.5.1a/intl/hash-string.h@ 2745

Last change on this file since 2745 was 2557, checked in by bird, 20 years ago

grep 2.5.1a

File size: 1.9 KB
RevLine 
[2557]1/* Description of GNU message catalog format: string hashing function.
2 Copyright (C) 1995, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
3
4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU Library General Public License as published
6 by the Free Software Foundation; either version 2, or (at your option)
7 any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Library General Public License for more details.
13
14 You should have received a copy of the GNU Library General Public
15 License along with this program; if not, write to the Free Software
16 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
17 USA. */
18
19/* @@ end of prolog @@ */
20
21#ifndef PARAMS
22# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES
23# define PARAMS(Args) Args
24# else
25# define PARAMS(Args) ()
26# endif
27#endif