mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
0ebe68ae48
commit
2e258c4d7c
4 changed files with 33 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue