mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
- MFH: vc6 is picky about brackets when used with a defined type...
This commit is contained in:
parent
1da16cef08
commit
d4b0beb322
@ -172,7 +172,7 @@ static u_int32_t bits32[32] =
|
||||
|
||||
static u_char bits8[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 };
|
||||
|
||||
static u_char ascii64[] =
|
||||
static unsigned char ascii64[] =
|
||||
"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
|
||||
/* 0000000000111111111122222222223333333333444444444455555555556666 */
|
||||
/* 0123456789012345678901234567890123456789012345678901234567890123 */
|
||||
|
Loading…
Reference in New Issue
Block a user