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/utils/mkdir.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/utils/mkdir.cpp') diff --git a/src/utils/mkdir.cpp b/src/utils/mkdir.cpp index a031fe717..84c205b33 100644 --- a/src/utils/mkdir.cpp +++ b/src/utils/mkdir.cpp @@ -29,7 +29,7 @@ #include -#ifdef _MKDIR_TEST_ +#ifdef M_MKDIR_TEST_ // compile with -D_MKDIR_TEST_ to get a standalone binary #include #include @@ -94,7 +94,7 @@ int mkdir_r(const char *pathname) return -1; } -#ifdef _MKDIR_TEST_ +#ifdef M_MKDIR_TEST_ printf("%s\n", tmp); #endif *p = '/'; @@ -153,7 +153,7 @@ int mkdir_r(const char *pathname) return -1; } -#ifdef _MKDIR_TEST_ +#ifdef M_MKDIR_TEST_ printf("%s\n", tmp); #endif *p = '/'; @@ -164,7 +164,7 @@ int mkdir_r(const char *pathname) } #endif -#ifdef _MKDIR_TEST_ +#ifdef M_MKDIR_TEST_ int main(int argc, char** argv) { if (argc < 2) exit(1); -- cgit v1.2.3-60-g2f50