Print this page
9718 update mandoc to 1.14.4

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mandoc/roff.h
          +++ new/usr/src/cmd/mandoc/roff.h
   1      -/*      $Id: roff.h,v 1.58 2017/07/08 14:51:05 schwarze Exp $   */
        1 +/*      $Id: roff.h,v 1.59 2018/04/11 17:11:13 schwarze Exp $   */
   2    2  /*
   3    3   * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
   4    4   * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
   5    5   *
   6    6   * Permission to use, copy, modify, and distribute this software for any
   7    7   * purpose with or without fee is hereby granted, provided that the above
   8    8   * copyright notice and this permission notice appear in all copies.
   9    9   *
  10   10   * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
  11   11   * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
↓ open down ↓ 42 lines elided ↑ open up ↑
  54   54  };
  55   55  
  56   56  enum    roff_type {
  57   57          ROFFT_ROOT,
  58   58          ROFFT_BLOCK,
  59   59          ROFFT_HEAD,
  60   60          ROFFT_BODY,
  61   61          ROFFT_TAIL,
  62   62          ROFFT_ELEM,
  63   63          ROFFT_TEXT,
       64 +        ROFFT_COMMENT,
  64   65          ROFFT_TBL,
  65   66          ROFFT_EQN
  66   67  };
  67   68  
  68   69  enum    roff_tok {
  69   70          ROFF_br = 0,
  70   71          ROFF_ce,
  71   72          ROFF_ft,
  72   73          ROFF_ll,
  73   74          ROFF_mc,
↓ open down ↓ 506 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX