further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run
This commit is contained in:
Anatol Belski 2016-11-26 15:18:42 +01:00
parent 1b7e014d1c
commit b204b3abd1
63 changed files with 191 additions and 191 deletions

View file

@ -961,7 +961,7 @@ ZEND_API ZEND_COLD zend_object *zend_throw_error_exception(zend_class_entry *exc
}
/* }}} */
static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ */
static void zend_error_va(int type, const char *file, uint32_t lineno, const char *format, ...) /* {{{ */
{
va_list args;
@ -971,7 +971,7 @@ static void zend_error_va(int type, const char *file, uint lineno, const char *f
}
/* }}} */
static void zend_error_helper(int type, const char *filename, const uint lineno, const char *format, ...) /* {{{ */
static void zend_error_helper(int type, const char *filename, const uint32_t lineno, const char *format, ...) /* {{{ */
{
va_list va;