Add comments to preprocessor directives per GNU coding standards.

This commit is contained in:
Svend Sorensen
2006-03-01 20:04:43 +00:00
parent 4cd9c91d9c
commit 75d0e4cc11
3 changed files with 6 additions and 6 deletions

View File

@@ -14,9 +14,9 @@
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
#include "config.h" #include "config.h"
#else #else /* not HAVE_CONFIG_H */
#define PACKAGE_STRING "cuebreakpoints" #define PACKAGE_STRING "cuebreakpoints"
#endif #endif /* HAVE_CONFIG_H */
char *progname; char *progname;

View File

@@ -13,9 +13,9 @@
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
#include "config.h" #include "config.h"
#else #else /* not HAVE_CONFIG_H */
#define PACKAGE_STRING "cueconvert" #define PACKAGE_STRING "cueconvert"
#endif #endif /* HAVE_CONFIG_H */
char *progname; char *progname;

View File

@@ -14,9 +14,9 @@
#if HAVE_CONFIG_H #if HAVE_CONFIG_H
#include "config.h" #include "config.h"
#else #else /* not HAVE_CONFIG_H */
#define PACKAGE_STRING "cueprint" #define PACKAGE_STRING "cueprint"
#endif #endif /* HAVE_CONFIG_H */
/* default templates */ /* default templates */