summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
authorJohn Hodge (sonata) <tpg@mutabah.net>2015-01-11 20:05:12 +0800
committerJohn Hodge (sonata) <tpg@mutabah.net>2015-01-11 20:05:12 +0800
commitad48a617d5881c14ae5f9d818798d928833a3153 (patch)
tree865a46455098f2b30adadcc5696f1ef1669d1799 /src/common.hpp
parent86938c184b32ce004d5247ad80f924f0ae7a3c86 (diff)
downloadmrust-ad48a617d5881c14ae5f9d818798d928833a3153.tar.gz
Tag paths with base crate, restructure ast.cpp into three files
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 21f1663e..c7117722 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -9,7 +9,7 @@
#include <iostream>
#include <vector>
-#define DEBUG(ss) do{ ::std::cerr << __func__ << ": " << ss << ::std::endl; } while(0)
+#define DEBUG(ss) do{ ::std::cerr << __FUNCTION__ << ": " << ss << ::std::endl; } while(0)
namespace AST {
template <typename T>