summaryrefslogtreecommitdiff
path: root/src/debug/debug_new.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-07 22:52:35 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-07 22:52:35 +0300
commit5e14ab971129eb95ca02e373fc21adb46c0eaca1 (patch)
tree5316f688c7f617776b7e70c9f64932fe7596cadb /src/debug/debug_new.h
parented950471f7ae02c4618fa995c305832f12dc9cd7 (diff)
downloadplus-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/debug_new.h')
-rw-r--r--src/debug/debug_new.h6
1 files changed, 3 insertions, 3 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