]> granicus.if.org Git - php/commitdiff
reduce struct size by 8 byte on 64 bit
authorAnatol Belski <ab@php.net>
Wed, 17 Sep 2014 07:03:47 +0000 (09:03 +0200)
committerAnatol Belski <ab@php.net>
Wed, 17 Sep 2014 07:03:47 +0000 (09:03 +0200)
ext/json/utf8_decode.h

index cc0fc79f6c6a20f25be4e1d53c9b181f6d3be3ab..0908edd2d49c3710f7379ad204ad744569b10bd4 100644 (file)
@@ -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;