aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regs.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 15:36:37 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-26 15:36:37 +0000
commit2bcccf0dba8f2c504e9c3597a11177aaca90023c (patch)
tree5679bb625ff313e97d238c6ed07c5a61bb61464c /regs.h
parent712ec41a30db9c8794ec92168b9d2b39f1dee6da (diff)
downloadmandoc-2bcccf0dba8f2c504e9c3597a11177aaca90023c.tar.gz
mandoc-2bcccf0dba8f2c504e9c3597a11177aaca90023c.tar.zst
mandoc-2bcccf0dba8f2c504e9c3597a11177aaca90023c.zip
Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a
const struct regset pointer. No functionality.
Diffstat (limited to 'regs.h')
-rw-r--r--regs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/regs.h b/regs.h
index b42e1d15..ce56f615 100644
--- a/regs.h
+++ b/regs.h
@@ -1,4 +1,4 @@
-/* $Id: regs.h,v 1.1 2010/06/26 15:22:19 kristaps Exp $ */
+/* $Id: regs.h,v 1.2 2010/06/26 15:36:37 kristaps Exp $ */
/*
* Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -24,10 +24,6 @@ enum regs {
REG__MAX
};
-/*
- * Registers are passed into libmdoc and libman. They refer to some
- * sort of external state.
- */
struct regset {
union {
int i; /* integer value */