discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7823b187d916bafccb41121b41f614b7c61978da

commit 7823b187d916bafccb41121b41f614b7c61978da
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Apr 28 10:17:23 2014 -0400

    edje_cc now requires quotes for using lazEDC block naming
    
    this was making syntax errors much harder to debug and only served the 
purpose of further enabling shitty, nonconformant edc creating. removing now 
before it becomes an api break
---
 src/bin/edje/edje_cc_parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/edje/edje_cc_parse.c b/src/bin/edje/edje_cc_parse.c
index 8d2087e..d015c22 100644
--- a/src/bin/edje/edje_cc_parse.c
+++ b/src/bin/edje/edje_cc_parse.c
@@ -203,7 +203,7 @@ new_object(void)
                sh = eina_hash_find(_new_statement_short_hash, id);
              if (!sh)
                sh = eina_hash_find(_new_statement_short_single_hash, id);
-             if ((!sh) && (!did_wildcard) && (!had_quote) && 
(!edje_cc_handlers_wildcard()))
+             if ((!sh) && (!did_wildcard) && (!had_quote))
                {
                   ERR("%s:%i unhandled keyword %s",
                       file_in, line - 1,

-- 


Reply via email to