summaryrefslogtreecommitdiff
path: root/gc_cpp.cc
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2015-05-11 18:25:22 +0300
committerIvan Maidanski <ivmai@mail.ru>2015-05-11 19:11:11 +0300
commit3b6f4e9353cee666125f89fec7696d555fd3bf4a (patch)
treed9f56a3a7cfdc1c7876106534f2c4137f03e495e /gc_cpp.cc
parent3379238e443843670f9bbe3089346735cb97a372 (diff)
downloadbdwgc-3b6f4e9353cee666125f89fec7696d555fd3bf4a.tar.gz
Reformat code of gc_cpp.cc/h
* include/gc_cpp.h: Reformat code (and comments). * gc_cpp.cc: Likewise. * include/gc_cpp.h (operator new): Replace if-then-else with switch. Conflicts: include/gc_cpp.h
Diffstat (limited to 'gc_cpp.cc')
-rw-r--r--gc_cpp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc_cpp.cc b/gc_cpp.cc
index 78b4eeda..8718f5a1 100644
--- a/gc_cpp.cc
+++ b/gc_cpp.cc
@@ -41,7 +41,7 @@ built-in "new" and "delete".
#else
# define GC_DECL_NEW_THROW /* empty */
# define GC_DECL_DELETE_THROW /* empty */
-#endif /* !GC_NEW_DELETE_NEED_THROW */
+#endif // !GC_NEW_DELETE_NEED_THROW
#ifndef _MSC_VER