--- pgp/src/language.h 2018/04/24 16:39:15 1.1.1.3 +++ pgp/src/language.h 2018/04/24 16:42:11 1.1.1.5 @@ -3,18 +3,19 @@ * Include file for PGP foreign language translation facility */ - -/* Strings with PSTR() around them are found by automatic tools and put +/* + * Strings with LANG() around them are found by automatic tools and put * into the special text file to be translated into foreign languages. - * PSTR () (note the space between 'R' and '(') should be used if there + * LANG () (note the space between 'G' and '(') should be used if there * is no string to be extracted (eg. prototype). */ -extern char *PSTR (char *s); +extern char *LANG (char *s); -/* Use the dummy macro _PSTR for strings that should be extracted, but - * shouldn't be processed by the PSTR function (eg. array initializers). +/* + * Use the dummy macro _LANG for strings that should be extracted, but + * shouldn't be processed by the LANG function (eg. array initializers). */ -#define _PSTR(x) x +#define _LANG(x) x extern char language[]; /* language selector prefix for string file */