summaryrefslogtreecommitdiffstats
path: root/libmandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-21 14:14:35 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-21 14:14:35 +0000
commit25f29dc49f2ee728e81fb950c798fead9fe996ab (patch)
tree38985d889a492bb823fa239fffec953ab6d6fec1 /libmandoc.h
parentc3d62d28a2dc71f5ab706428016e254508dd7d10 (diff)
downloadmandoc-25f29dc49f2ee728e81fb950c798fead9fe996ab.tar.gz
ISO C99 explicitly forbids forward references to enum types (6.7.2.3.3.);
patch from daniel@
Diffstat (limited to 'libmandoc.h')
-rw-r--r--libmandoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmandoc.h b/libmandoc.h
index 67b4fb7a..e5b52efd 100644
--- a/libmandoc.h
+++ b/libmandoc.h
@@ -37,7 +37,6 @@ __BEGIN_DECLS
struct mparse;
struct mchars;
-enum mandocerr;
struct tbl_span;
struct eqn;
struct roff;