summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-09-15 17:11:58 +0200
committerAnatol Belski <ab@php.net>2016-10-05 22:53:21 +0200
commit02acb056b3b5895521121a869357ce1195a5863d (patch)
tree7924f50cc6498eed7f9367363898f90b6c3436c9 /main/php_streams.h
parent0ca15cbeba8b8289ee6171bd30850fe06880dc2c (diff)
downloadphp-git-02acb056b3b5895521121a869357ce1195a5863d.tar.gz
uint vs. uint32_t
Diffstat (limited to 'main/php_streams.h')
-rw-r--r--main/php_streams.h2
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 */