From: Anatol Belski <ab@php.net> Date: Wed, 17 Sep 2014 07:03:47 +0000 (+0200) Subject: reduce struct size by 8 byte on 64 bit X-Git-Tag: POST_NATIVE_TLS_MERGE^2~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19f8217113ca5582130a4bc396c6d44278dea96f;p=php reduce struct size by 8 byte on 64 bit --- diff --git a/ext/json/utf8_decode.h b/ext/json/utf8_decode.h index cc0fc79f6c..0908edd2d4 100644 --- a/ext/json/utf8_decode.h +++ b/ext/json/utf8_decode.h @@ -5,8 +5,8 @@ typedef struct json_utf8_decode { - int the_index; char *the_input; + int the_index; int the_length; int the_char; int the_byte;