[BACK]Return to gettext.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libintl

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libintl/gettext.c between version 1.15 and 1.16

version 1.15, 2004/01/02 12:10:48 version 1.16, 2004/01/02 22:19:51
Line 523  lookup(msgid, db)
Line 523  lookup(msgid, db)
         return lookup_bsearch(msgid, db);          return lookup_bsearch(msgid, db);
 }  }
   
 static const char *get_lang_env(const char *category_name)  static const char *
   get_lang_env(const char *category_name)
 {  {
         const char *lang;          const char *lang;
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>