edje_cc_parse: Fix not to convert macros to a single string
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 10 Jan 2017 13:23:35 +0000 (22:23 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 11 Jan 2017 01:29:46 +0000 (10:29 +0900)
commit8cf38539a167ee9919f093708fd6f8b52b8b5911
tree4d3f7486e0c3863416453a7a67baa841d3ace9c8
parent41ff3c9d94ab482949ca01472a989efbeea4a12e
edje_cc_parse: Fix not to convert macros to a single string

Double quotation marks convert macros to a single macro string and only
the first macro becomes valid.

So double quotation marks are not used for macros.
src/bin/edje/edje_cc_parse.c