aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 12:15:58 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-19 12:15:58 +0000
commite57c06cc3631ebb1c40bd2234537697ba2742305 (patch)
tree3637be33f32f090ae8a942e254c877e238b1c0a8 /libman.h
parent24ee17200231fd7ea9bf63208b7da1c1d6aa9228 (diff)
downloadmandoc-e57c06cc3631ebb1c40bd2234537697ba2742305.tar.gz
mandoc-e57c06cc3631ebb1c40bd2234537697ba2742305.tar.zst
mandoc-e57c06cc3631ebb1c40bd2234537697ba2742305.zip
libman checks for open explicit scopes on exit.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libman.h b/libman.h
index 95787c62..f7853fc6 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.17 2009/08/19 09:14:50 kristaps Exp $ */
+/* $Id: libman.h,v 1.18 2009/08/19 12:15:58 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -68,6 +68,7 @@ struct man_macro {
int (*fp)(MACRO_PROT_ARGS);
int flags;
#define MAN_SCOPED (1 << 0)
+#define MAN_EXPLICIT (1 << 1)
};
extern const struct man_macro *const man_macros;