Merge mdocml-1.9.22
This commit is contained in:
parent
31e1f4e3b0
commit
71a7074243
5
external/bsd/mdocml/dist/mdoc_action.c
vendored
5
external/bsd/mdocml/dist/mdoc_action.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $Vendor-Id: mdoc_action.c,v 1.50 2010/01/01 17:14:29 kristaps Exp $ */
|
||||
/* $Vendor-Id: mdoc_action.c,v 1.51 2010/03/31 07:13:53 kristaps Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
|
||||
*
|
||||
@ -647,7 +647,8 @@ static int
|
||||
post_bl_width(POST_ARGS)
|
||||
{
|
||||
size_t width;
|
||||
int i, tok;
|
||||
int i;
|
||||
enum mdoct tok;
|
||||
char buf[NUMSIZ];
|
||||
char *p;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user