diff options
author | Anatol Belski <ab@php.net> | 2016-09-15 17:11:58 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-10-05 22:53:21 +0200 |
commit | 02acb056b3b5895521121a869357ce1195a5863d (patch) | |
tree | 7924f50cc6498eed7f9367363898f90b6c3436c9 /main/php_streams.h | |
parent | 0ca15cbeba8b8289ee6171bd30850fe06880dc2c (diff) | |
download | php-git-02acb056b3b5895521121a869357ce1195a5863d.tar.gz |
uint vs. uint32_t
Diffstat (limited to 'main/php_streams.h')
-rw-r--r-- | main/php_streams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index 1bdee95d17..f08e72b69b 100644 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -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 */ |