]> git.saurik.com Git - bison.git/blobdiff - lib/quotearg.c
(_AT_TEST_GLR_CXXTYPES): Do not include <assert.h>.
[bison.git] / lib / quotearg.c
index 79929e7c9a86ba29c2cda8d6a27b0d82aae97221..750426c2b4bbd6ae54a235e12d49a73130427197 100644 (file)
@@ -330,8 +330,8 @@ quotearg_buffer_restyled (char *buffer, size_t buffersize,
                  case '<': case '=': case '>':
                    /* Escape the second '?' in what would otherwise be
                       a trigraph.  */
-                   i += 2;
                    c = arg[i + 2];
+                   i += 2;
                    STORE ('?');
                    STORE ('\\');
                    STORE ('?');