From 5e14ab971129eb95ca02e373fc21adb46c0eaca1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Jul 2011 22:52:35 +0300 Subject: Remove undescore from variables and defines. --- src/debug/debug_new.h | 6 +++--- src/debug/fast_mutex.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/debug') 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 #include @@ -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 -- cgit v1.2.3-70-g09d2