Make another couple of functions truly private

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23922 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-10-20 12:57:59 +00:00
parent 0ebe68ae48
commit 2e258c4d7c
4 changed files with 33 additions and 20 deletions

View file

@ -761,11 +761,11 @@ parse_one_spec (const unichar *format, size_t posn, struct printf_spec *spec,
static inline void GSStrAppendUnichar(GSStr s, unichar u)
{
GSStrAppendUnichars(s, &u, 1);
GSPrivateStrAppendUnichars(s, &u, 1);
}
#define outchar(Ch) GSStrAppendUnichar(s, Ch)
#define outstring(String, Len) GSStrAppendUnichars(s, String, Len)
#define outstring(String, Len) GSPrivateStrAppendUnichars(s, String, Len)
/* For handling long_double and longlong we use the same flag. If
`long' and `long long' are effectively the same type define it to