]> granicus.if.org Git - multimarkdown/commitdiff
UPDATED: Tidy code
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Mon, 11 Mar 2019 04:32:17 +0000 (00:32 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Mon, 11 Mar 2019 04:32:17 +0000 (00:32 -0400)
Sources/libMultiMarkdown/include/token.h

index d1859c748621bf570d5f96e99897c97602e551b6..cc8cbf29750b7ec2c4f203e7d478ac94b2b34ec1 100644 (file)
@@ -85,6 +85,9 @@ struct token {
        size_t                          start;                  //!< Starting offset in the source string
        size_t                          len;                    //!< Length of the token in the source string
 
+       size_t                          out_start;
+       size_t                          out_len;
+
        struct token    *       next;                   //!< Pointer to next token in the chain
        struct token    *       prev;                   //!< Pointer to previous marker in the chain
        struct token    *       child;                  //!< Pointer to child chain