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