[BACK]Return to eqn_parse.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/eqn_parse.h between version 1.3 and 1.4

version 1.3, 2018/12/14 06:33:14 version 1.4, 2022/04/13 20:26:19
Line 1 
Line 1 
 /*      $Id$ */  /* $Id$ */
 /*  /*
    * Copyright (c) 2014, 2017, 2018, 2022 Ingo Schwarze <schwarze@openbsd.org>
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014, 2017, 2018 Ingo Schwarze <schwarze@openbsd.org>  
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 32  struct eqn_node {
Line 32  struct eqn_node {
         size_t            defsz;   /* Number of definitions. */          size_t            defsz;   /* Number of definitions. */
         size_t            sz;      /* Length of the source code. */          size_t            sz;      /* Length of the source code. */
         size_t            toksz;   /* Length of the current token. */          size_t            toksz;   /* Length of the current token. */
           int               sublen;  /* End of rightmost substitution, so far. */
           int               subcnt;  /* Number of recursive substitutions. */
         int               gsize;   /* Default point size. */          int               gsize;   /* Default point size. */
         int               delim;   /* In-line delimiters enabled. */          int               delim;   /* In-line delimiters enabled. */
         char              odelim;  /* In-line opening delimiter. */          char              odelim;  /* In-line opening delimiter. */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb