]> granicus.if.org Git - php/commitdiff
uint vs. uint32_t
authorAnatol Belski <ab@php.net>
Thu, 15 Sep 2016 15:11:58 +0000 (17:11 +0200)
committerAnatol Belski <ab@php.net>
Wed, 5 Oct 2016 20:53:21 +0000 (22:53 +0200)
main/php_streams.h

index 1bdee95d171fa8bfe04ff6d1a3e42765ca157752..f08e72b69b3e2dd818827ada83f174c0b558668b 100644 (file)
@@ -230,7 +230,7 @@ struct _php_stream  {
 
 #if ZEND_DEBUG
        const char *open_filename;
-       uint open_lineno;
+       uint32_t open_lineno;
 #endif
 
        struct _php_stream *enclosing_stream; /* this is a private stream owned by enclosing_stream */