enlightenment/src
Tom Hacohen ba82d22692 Logging: Fix broken logging macros.
This is macro 101, you don't EVER put multiple statements in a macro
like that.
See Chris's commits, these broken macros already introduced (subtle)
bugs. Always surround macros in "do {} while()" unless you absolutely
can't (like when you declare a new variable to be used in the scope).

Why is it even there? I think we can safely assume eina log is available
for usage in E...

@fix
2015-06-22 15:39:58 +01:00
..
bin Logging: Fix broken logging macros. 2015-06-22 15:39:58 +01:00
modules remove a stupid elm win hack flagged for deletion 2015-06-16 17:02:35 -04:00
tests add activate test 2014-06-17 09:38:41 -04:00
Makefile.mk feature: use non-recursive makefiles for entire build system 2014-01-14 20:22:01 -05:00