diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-07 22:52:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-07 22:52:35 +0300 |
commit | 5e14ab971129eb95ca02e373fc21adb46c0eaca1 (patch) | |
tree | 5316f688c7f617776b7e70c9f64932fe7596cadb /src/playerrelations.h | |
parent | ed950471f7ae02c4618fa995c305832f12dc9cd7 (diff) | |
download | ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.gz ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.bz2 ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.xz ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.zip |
Remove undescore from variables and defines.
Diffstat (limited to 'src/playerrelations.h')
-rw-r--r-- | src/playerrelations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/playerrelations.h b/src/playerrelations.h index 613a27d01..bb483a793 100644 --- a/src/playerrelations.h +++ b/src/playerrelations.h @@ -29,9 +29,9 @@ #include <vector> #ifdef __GNUC__ -#define _UNUSED_ __attribute__ ((unused)) +#define A_UNUSED __attribute__ ((unused)) #else -#define _UNUSED_ +#define A_UNUSED #endif class Being; |