Index: runtime/vm/debugger_api_impl.cc |
=================================================================== |
--- runtime/vm/debugger_api_impl.cc (revision 9306) |
+++ runtime/vm/debugger_api_impl.cc (working copy) |
@@ -25,7 +25,7 @@ |
CURRENT_FUNC, #param, #type); \ |
} \ |
var ^= tmp.raw(); \ |
- } while (0); |
+ } while (0) |
Ivan Posva
2012/07/02 21:01:38
Why here, but not below in CHECK_AND_CAST?
regis
2012/07/02 21:42:33
You would have to ask Matthias :-)
Now wrapped in
|
#define CHECK_AND_CAST(type, var, param) \ |