From 46d6c7d3ad0f5a4151960202635f3805dc0e3f15 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 17 Feb 2017 11:51:24 +0100 Subject: [PATCH] cleanup: add comment for longer macro --- tools/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/command.c b/tools/command.c index b20287877..5342ba295 100644 --- a/tools/command.c +++ b/tools/command.c @@ -145,11 +145,11 @@ enum { #undef lvt }; -#else +#else /* MAN_PAGE_GENERATOR */ #include "tools.h" -#endif +#endif /* MAN_PAGE_GENERATOR */ #include "command.h" /* defines struct command */ #include "command-count.h" /* defines COMMAND_COUNT */