diff options
author | 2017-04-29 12:43:55 +0000 | |
---|---|---|
committer | 2017-04-29 12:43:55 +0000 | |
commit | 6050a3da91e43fcabcbd41816b2dd4c5661f5a83 (patch) | |
tree | ef7dcce388a1ee621629fb2be1561091d84e2f2b /usr.bin/mandoc/libmdoc.h | |
parent | store cpu model information in the buffer used by the hw.model sysctl (diff) | |
download | wireguard-openbsd-6050a3da91e43fcabcbd41816b2dd4c5661f5a83.tar.xz wireguard-openbsd-6050a3da91e43fcabcbd41816b2dd4c5661f5a83.zip |
Parser unification: use nice ohashes for all three request and macro tables;
no functional change, minus two source files, minus 200 lines of code.
Diffstat (limited to 'usr.bin/mandoc/libmdoc.h')
-rw-r--r-- | usr.bin/mandoc/libmdoc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/libmdoc.h b/usr.bin/mandoc/libmdoc.h index 8d267bf144b..708f3a15263 100644 --- a/usr.bin/mandoc/libmdoc.h +++ b/usr.bin/mandoc/libmdoc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libmdoc.h,v 1.81 2017/04/24 23:06:09 schwarze Exp $ */ +/* $OpenBSD: libmdoc.h,v 1.82 2017/04/29 12:43:55 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org> @@ -76,7 +76,6 @@ void mdoc_node_relink(struct roff_man *, struct roff_node *); void mdoc_node_validate(struct roff_man *); void mdoc_state(struct roff_man *, struct roff_node *); void mdoc_state_reset(struct roff_man *); -enum roff_tok mdoc_hash_find(const char *); const char *mdoc_a2arch(const char *); const char *mdoc_a2att(const char *); enum roff_sec mdoc_a2sec(const char *); |