/[bison]/bison/intl/loadinfo.h
ViewVC logotype

Diff of /bison/intl/loadinfo.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by akim, Thu Sep 27 14:06:38 2001 UTC revision 1.2.2.2 by akim, Wed Mar 20 08:43:12 2002 UTC
# Line 20  Line 20 
20  #ifndef _LOADINFO_H  #ifndef _LOADINFO_H
21  #define _LOADINFO_H     1  #define _LOADINFO_H     1
22    
23    /* Declarations of locale dependent catalog lookup functions.
24       Implemented in
25    
26         localealias.c    Possibly replace a locale name by another.
27         explodename.c    Split a locale name into its various fields.
28         l10nflist.c      Generate a list of filenames of possible message catalogs.
29         finddomain.c     Find and open the relevant message catalogs.
30    
31       The main function _nl_find_domain() in finddomain.c is declared
32       in gettextP.h.
33     */
34    
35  #ifndef PARAMS  #ifndef PARAMS
36  # if __STDC__  # if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES
37  #  define PARAMS(args) args  #  define PARAMS(args) args
38  # else  # else
39  #  define PARAMS(args) ()  #  define PARAMS(args) ()

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26