diff --git a/external/bsd/mdocml/dist/mdoc_action.c b/external/bsd/mdocml/dist/mdoc_action.c index a2385561e043..c47b38e8e369 100644 --- a/external/bsd/mdocml/dist/mdoc_action.c +++ b/external/bsd/mdocml/dist/mdoc_action.c @@ -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 * @@ -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;