]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc_xr.h
For -man -Thtml, ignore author-specified .HP widths because they
[mandoc.git] / mandoc_xr.h
index bf82598d273c797f69d7de93f4f73970c311f077..e0c6af0ebf92a6d8f82c0f5265e8d2ec22b9e373 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mandoc_xr.h,v 1.2 2017/07/02 15:31:59 schwarze Exp $ */
+/*     $Id: mandoc_xr.h,v 1.3 2017/07/02 21:18:29 schwarze Exp $ */
 /*
  * Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -21,6 +21,7 @@ struct        mandoc_xr {
        char             *name;
        int               line;  /* Or -1 for this page's own names. */
        int               pos;
+       int               count;
        char              hashkey[];
 };