Niels M�ller <[EMAIL PROTECTED]> writes:

> Perhaps the crypto lib in SSLeay is better, although hacks like
> (SSLeay-0.9.0b/include/des.h, line 92):
> 
>   #define _       ks._
> 
> does not exactly make me feel comfortable about its quality.

This is used for gettext and IMHO with a good reason:

  printf(_("string to be i18n\n"));

instead of 

  printf(gettext("string to be i18n\n"));


Werner

Reply via email to