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/debug | |
parent | ed950471f7ae02c4618fa995c305832f12dc9cd7 (diff) | |
download | plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.gz plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.bz2 plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.xz plus-5e14ab971129eb95ca02e373fc21adb46c0eaca1.zip |
Remove undescore from variables and defines.
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/debug_new.h | 6 | ||||
-rw-r--r-- | src/debug/fast_mutex.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/debug/debug_new.h b/src/debug/debug_new.h index 986092c2f..0e99b96a7 100644 --- a/src/debug/debug_new.h +++ b/src/debug/debug_new.h @@ -39,8 +39,8 @@ * */ -#ifndef _DEBUG_NEW_H -#define _DEBUG_NEW_H +#ifndef M_DEBUG_NEW_H +#define M_DEBUG_NEW_H #include <new> #include <stdio.h> @@ -180,4 +180,4 @@ public: /** Counting object for each file including debug_new.h. */ static __debug_new_counter __debug_new_count; -#endif // _DEBUG_NEW_H +#endif // M_DEBUG_NEW_H diff --git a/src/debug/fast_mutex.h b/src/debug/fast_mutex.h index a6adb2db3..60ad1f305 100644 --- a/src/debug/fast_mutex.h +++ b/src/debug/fast_mutex.h @@ -39,8 +39,8 @@ * */ -#ifndef _FAST_MUTEX_H -#define _FAST_MUTEX_H +#ifndef M_FAST_MUTEX_H +#define M_FAST_MUTEX_H # if !defined(_NOTHREADS) # if !defined(_WIN32THREADS) && \ @@ -311,4 +311,4 @@ private: fast_mutex_autolock& operator=(const fast_mutex_autolock&); }; -#endif // _FAST_MUTEX_H +#endif // M_FAST_MUTEX_H |