From 75d0e4cc111ff24a32fe6731e9b807e08b13d630 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Wed, 1 Mar 2006 20:04:43 +0000 Subject: [PATCH] Add comments to preprocessor directives per GNU coding standards. --- src/tools/cuebreakpoints.c | 4 ++-- src/tools/cueconvert.c | 4 ++-- src/tools/cueprint.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tools/cuebreakpoints.c b/src/tools/cuebreakpoints.c index fd97dfd..52043a0 100644 --- a/src/tools/cuebreakpoints.c +++ b/src/tools/cuebreakpoints.c @@ -14,9 +14,9 @@ #if HAVE_CONFIG_H #include "config.h" -#else +#else /* not HAVE_CONFIG_H */ #define PACKAGE_STRING "cuebreakpoints" -#endif +#endif /* HAVE_CONFIG_H */ char *progname; diff --git a/src/tools/cueconvert.c b/src/tools/cueconvert.c index ff63649..ebd438a 100644 --- a/src/tools/cueconvert.c +++ b/src/tools/cueconvert.c @@ -13,9 +13,9 @@ #if HAVE_CONFIG_H #include "config.h" -#else +#else /* not HAVE_CONFIG_H */ #define PACKAGE_STRING "cueconvert" -#endif +#endif /* HAVE_CONFIG_H */ char *progname; diff --git a/src/tools/cueprint.c b/src/tools/cueprint.c index c0c2a88..f93f8d2 100644 --- a/src/tools/cueprint.c +++ b/src/tools/cueprint.c @@ -14,9 +14,9 @@ #if HAVE_CONFIG_H #include "config.h" -#else +#else /* not HAVE_CONFIG_H */ #define PACKAGE_STRING "cueprint" -#endif +#endif /* HAVE_CONFIG_H */ /* default templates */