mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
more reduction of externals symbols pollution.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23846 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a3c61af23b
commit
c927fca12a
7 changed files with 24 additions and 198 deletions
|
@ -218,10 +218,10 @@ enum
|
|||
/* Digits. */
|
||||
|
||||
/* Lower-case digits. */
|
||||
const char _itowa_lower_digits[36]
|
||||
static const char _itowa_lower_digits[36]
|
||||
= "0123456789abcdefghijklmnopqrstuvwxyz";
|
||||
/* Upper-case digits. */
|
||||
const char _itowa_upper_digits[36]
|
||||
static const char _itowa_upper_digits[36]
|
||||
= "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue