diff options
Diffstat (limited to 'mdoc_strings.c')
-rw-r--r-- | mdoc_strings.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mdoc_strings.c b/mdoc_strings.c index 9a715a9e..d1781a98 100644 --- a/mdoc_strings.c +++ b/mdoc_strings.c @@ -24,15 +24,10 @@ #include "libmdoc.h" -/* - * Various string-literal operations: converting scalars to and from - * strings, etc. - */ - struct mdoc_secname { - const char *name; + const char *name; /* Name of section. */ int flag; -#define MSECNAME_META (1 << 0) +#define MSECNAME_META (1 << 0)/* Logical section (not real). */ }; /* Section names corresponding to mdoc_sec. */ |