mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed typo in proper place
This commit is contained in:
parent
3350faf7e4
commit
c97427ea8e
1 changed files with 3 additions and 3 deletions
|
@ -217,12 +217,12 @@ char *alloca();
|
|||
# define ZEND_ATTRIBUTE_UNUSED __attribute__((unused))
|
||||
# define ZEND_ATTRIBUTE_UNUSED_LABEL __attribute__((cold, unused));
|
||||
# define ZEND_COLD __attribute__((cold))
|
||||
# define ZEND_HOT __attribute__((cold))
|
||||
# define ZEND_HOT __attribute__((hot))
|
||||
#else
|
||||
# define ZEND_ATTRIBUTE_UNUSED
|
||||
# define ZEND_ATTRIBUTE_UNUSED_LABEL
|
||||
# define ZEND_COLD __attribute__((cold))
|
||||
# define ZEND_HOT __attribute__((hot));
|
||||
# define ZEND_COLD
|
||||
# define ZEND_HOT
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__) && ZEND_GCC_VERSION >= 3004 && defined(__i386__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue