]> 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:16:00 +0000 (09:16 +0200)
committerAnatol Belski <ab@php.net>
Wed, 17 Sep 2014 07:16:00 +0000 (09:16 +0200)
ext/pdo/pdo_sql_parser.c

index 0db82c6068750d0e2a88090e5f3ab3a6edd4c60e..11b91e778f591095ab82bab1b124f2af9815fae7 100644 (file)
@@ -406,10 +406,10 @@ yy45:
 
 struct placeholder {
        char *pos;
+       char *quoted;   /* quoted value */
        int len;
        int bindno;
        int qlen;               /* quoted length of value */
-       char *quoted;   /* quoted value */
        int freeq;
        struct placeholder *next;
 };