Lots of tidying up.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13608 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-05-08 05:43:15 +00:00
parent 66e39b5fa9
commit affbe08bf3
17 changed files with 48 additions and 649 deletions

View file

@ -1085,7 +1085,9 @@ NSDictionary *locale)
int left = specs[nspecs_done].info.left;
int showsign = specs[nspecs_done].info.showsign;
int group = specs[nspecs_done].info.group;
#if defined(LONG_LONG_MAX) && (LONG_MAX != LONG_LONG_MAX)
int is_long_double = specs[nspecs_done].info.is_long_double;
#endif
int is_short = specs[nspecs_done].info.is_short;
int is_char = specs[nspecs_done].info.is_char;
int is_long = specs[nspecs_done].info.is_long;
@ -1708,7 +1710,7 @@ NSDictionary *locale)
LABEL (form_string):
{
size_t len;
size_t len = 0;
/* The string argument could in fact be `char *' or `wchar_t *'.
But this should not make a difference here. */