Add comments to preprocessor directives per GNU coding standards.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user