Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/mdocml/dist Merge mdocml-1.9.22



details:   https://anonhg.NetBSD.org/src/rev/c8ceb88e2334
branches:  trunk
changeset: 753641:c8ceb88e2334
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Apr 05 14:22:59 2010 +0000

description:
Merge mdocml-1.9.22

diffstat:

 external/bsd/mdocml/dist/mdoc_action.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f507b5f0484b -r c8ceb88e2334 external/bsd/mdocml/dist/mdoc_action.c
--- a/external/bsd/mdocml/dist/mdoc_action.c    Mon Apr 05 14:19:28 2010 +0000
+++ b/external/bsd/mdocml/dist/mdoc_action.c    Mon Apr 05 14:22:59 2010 +0000
@@ -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@localhost>
  *
@@ -647,7 +647,8 @@
 post_bl_width(POST_ARGS)
 {
        size_t            width;
-       int               i, tok;
+       int               i;
+       enum mdoct        tok;
        char              buf[NUMSIZ];
        char             *p;
 



Home | Main Index | Thread Index | Old Index