mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix typo
This commit is contained in:
parent
6842c58737
commit
b16daf597c
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ This file is public domain and comes with NO WARRANTY of any kind */
|
||||||
/* Typdefs for easyier portability */
|
/* Typdefs for easyier portability */
|
||||||
|
|
||||||
#ifndef HAVE_INT8
|
#ifndef HAVE_INT8
|
||||||
#ifndef HAVE_INT8_T == 0)
|
#ifndef HAVE_INT8_T
|
||||||
typedef signed char int8; /* Signed integer >= 8 bits */
|
typedef signed char int8; /* Signed integer >= 8 bits */
|
||||||
#else
|
#else
|
||||||
typedef int8_t int8; /* Signed integer >= 8 bits */
|
typedef int8_t int8; /* Signed integer >= 8 bits */
|
||||||
|
@ -496,7 +496,7 @@ typedef unsigned long long mynd_ulonglong;
|
||||||
typedef uint64_t my_uint64;
|
typedef uint64_t my_uint64;
|
||||||
typedef uint64_t mynd_ulonglong;
|
typedef uint64_t mynd_ulonglong;
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_INT64_T == 0)
|
#ifndef HAVE_INT64_T
|
||||||
typedef long long my_int64;
|
typedef long long my_int64;
|
||||||
typedef long long mynd_longlong;
|
typedef long long mynd_longlong;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue