patch-main_u_c 454 B

12345678910111213
  1. $OpenBSD: patch-main_u_c,v 1.2 2005/11/14 02:03:20 cathcart Exp $
  2. --- main_u.c.orig Sat Jan 15 20:08:51 2005
  3. +++ main_u.c Tue Nov 8 13:00:55 2005
  4. @@ -252,7 +252,7 @@ main(int argc, char **argv)
  5. #if !defined(__dos)
  6. if (is_locale_utf8()) {
  7. -#if defined(__STDC_ISO_10646__)
  8. +#if defined(__STDC_ISO_10646__) || defined(__OpenBSD__)
  9. /*
  10. * If the user wants UTF-8 and the envirionment variables
  11. * support UTF-8, than set the locale accordingly