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

Diff for /mandoc/mdoc_argv.c between version 1.119 and 1.120

version 1.119, 2018/12/21 17:15:19 version 1.120, 2019/07/11 17:06:17
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2012, 2014-2018 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2012, 2014-2019 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 454  args(struct roff_man *mdoc, int line, int *pos,
Line 454  args(struct roff_man *mdoc, int line, int *pos,
                         mandoc_msg(MANDOCERR_ARG_QUOTE, line, *pos, NULL);                          mandoc_msg(MANDOCERR_ARG_QUOTE, line, *pos, NULL);
                         mdoc->flags &= ~MDOC_PHRASELIT;                          mdoc->flags &= ~MDOC_PHRASELIT;
                 }                  }
                   mdoc->flags &= ~MDOC_PHRASEQL;
                 return ARGS_EOLN;                  return ARGS_EOLN;
         }          }
   

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb