From 6dab5c29876bfeee770246c6dfbcc1e0aef2f75e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 17 Jun 2017 22:43:14 +0000 Subject: style message about missing RCS ids; inspired by mdoclint --- roff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'roff.h') diff --git a/roff.h b/roff.h index 4912c328..f153f854 100644 --- a/roff.h +++ b/roff.h @@ -534,6 +534,7 @@ struct roff_meta { char *name; /* Leading manual name. */ char *date; /* Normalized date. */ int hasbody; /* Document is not empty. */ + int rcsids; /* Bits indexed by enum mdoc_os. */ enum mdoc_os os_e; /* Operating system. */ }; -- cgit