On Sunday 21 December 2008 12:43, Bernd Schmidt wrote: > [email protected] wrote: > > Changeset: > > Modified: trunk/uClibc/extra/locale/locale_mmap.h > > =================================================================== > > --- trunk/uClibc/extra/locale/locale_mmap.h 2008-12-20 16:08:45 UTC (rev > > 24460) > > +++ trunk/uClibc/extra/locale/locale_mmap.h 2008-12-20 16:33:54 UTC (rev > > 24461) > > @@ -35,7 +35,7 @@ > > > > #ifdef __CTYPE_HAS_8_BIT_LOCALES > > const unsigned char tbl8ctype[__LOCALE_DATA_Cctype_TBL_LEN]; > > - const unsigned char tbl8uplow[__LOCALE_DATA_Cuplow_TBL_LEN]; > > + const unsigned char tbl8uplow[__LOCALE_DATA_Cuplow_TBL_LEN]; > > #ifdef __WCHAR_ENABLED > > const uint16_t tbl8c2wc[__LOCALE_DATA_Cc2wc_TBL_LEN]; /* char > 0x7f to > > wide char */ > > const unsigned char tbl8wc2c[__LOCALE_DATA_Cwc2c_TBL_LEN]; > > @@ -72,7 +72,7 @@ > > const uint16_t collate_data[__lc_collate_data_LEN]; > > > > unsigned char lc_common_item_offsets_LEN[__LOCALE_DATA_CATEGORIES]; > > - size_t lc_common_tbl_offsets[__LOCALE_DATA_CATEGORIES * 4]; > > + size_t lc_common_tbl_offsets[__LOCALE_DATA_CATEGORIES * 4]; > > /* offsets from start of locale_mmap_t */ > > /* rows, item_offsets, item_idx, data */ > > This part appears to do nothing except make the indentation inconsistent?
Yes :( I accidently swapped old/new file. This forced me to do yet another commit which reverses it with anoter "whitespace only" change, and annoys people who do real work :( :( -- vda _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
