summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-02-17 11:51:24 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2017-02-17 13:20:55 +0100
commit46d6c7d3ad0f5a4151960202635f3805dc0e3f15 (patch)
tree06527ec195f73c27e1928b83104d23632d088d29
parent772834e40aef44a8f7bc884050e1b88087073706 (diff)
downloadlvm2-46d6c7d3ad0f5a4151960202635f3805dc0e3f15.tar.gz
cleanup: add comment for longer macro
-rw-r--r--tools/command.c4
1 files 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 */