]> git.cameronkatri.com Git - mandoc.git/blobdiff - libmdoc.h
Update historical record to be historical and not made-up. Data from
[mandoc.git] / libmdoc.h
index e03d82141a1bcea9453a3a18cbdbfce4680a12ba..35a5c34565dd833319c7a423234807af85776c22 100644 (file)
--- a/libmdoc.h
+++ b/libmdoc.h
@@ -1,6 +1,6 @@
-/*     $Id: libmdoc.h,v 1.75 2011/07/18 07:46:41 kristaps Exp $ */
+/*     $Id: libmdoc.h,v 1.77 2011/09/18 14:14:15 schwarze Exp $ */
 /*
- * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
+ * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -39,7 +39,6 @@ struct        mdoc {
        struct mdoc_meta  meta; /* document meta-data */
        enum mdoc_sec     lastnamed;
        enum mdoc_sec     lastsec;
-       struct regset    *regs; /* registers */
        struct roff      *roff;
 };