Cut internal macro names to have equal number of underscores on each side

This commit is contained in:
Mike Gelfand 2015-05-04 19:58:34 +00:00
parent 1bcebc2da9
commit 7879100c01
9 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
* $Id$
*/
#ifndef __LIBTRANSMISSION_ANNOUNCER_MODULE___
#ifndef __LIBTRANSMISSION_ANNOUNCER_MODULE__
#error only the libtransmission announcer module should #include this header.
#endif

View File

@ -14,7 +14,7 @@
#include <event2/buffer.h>
#include <event2/http.h> /* for HTTP_OK */
#define __LIBTRANSMISSION_ANNOUNCER_MODULE___
#define __LIBTRANSMISSION_ANNOUNCER_MODULE__
#include "transmission.h"
#include "announcer-common.h"

View File

@ -7,7 +7,7 @@
* $Id$
*/
#define __LIBTRANSMISSION_ANNOUNCER_MODULE___
#define __LIBTRANSMISSION_ANNOUNCER_MODULE__
#include <errno.h> /* errno, EAFNOSUPPORT */
#include <string.h> /* memcpy (), memset () */

View File

@ -16,7 +16,7 @@
#include <event2/buffer.h>
#include <event2/event.h> /* evtimer */
#define __LIBTRANSMISSION_ANNOUNCER_MODULE___
#define __LIBTRANSMISSION_ANNOUNCER_MODULE__
#include "transmission.h"
#include "announcer.h"

View File

@ -17,7 +17,7 @@
#include "ConvertUTF.h"
#define __LIBTRANSMISSION_VARIANT_MODULE___
#define __LIBTRANSMISSION_VARIANT_MODULE__
#include "transmission.h"
#include "ptrarray.h"
#include "utils.h" /* tr_snprintf() */

View File

@ -7,7 +7,7 @@
* $Id$
*/
#ifndef __LIBTRANSMISSION_VARIANT_MODULE___
#ifndef __LIBTRANSMISSION_VARIANT_MODULE__
#error only libtransmission/variant-*.c should #include this header.
#endif

View File

@ -21,7 +21,7 @@
#include "jsonsl.h"
#include "jsonsl.c"
#define __LIBTRANSMISSION_VARIANT_MODULE___
#define __LIBTRANSMISSION_VARIANT_MODULE__
#include "transmission.h"
#include "ConvertUTF.h"
#include "list.h"

View File

@ -13,7 +13,7 @@
#include <event2/buffer.h>
#define __LIBTRANSMISSION_VARIANT_MODULE___
#define __LIBTRANSMISSION_VARIANT_MODULE__
#include "transmission.h"
#include "utils.h" /* tr_free */
#include "variant.h"

View File

@ -20,7 +20,7 @@
#include <event2/buffer.h>
#define __LIBTRANSMISSION_VARIANT_MODULE___
#define __LIBTRANSMISSION_VARIANT_MODULE__
#include "transmission.h"
#include "ConvertUTF.h"
#include "error.h"