edje_cc_out.c: Splitting data_write_scripts() in smaller pieces.
authorcmarcelo <cmarcelo@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Aug 2008 03:57:56 +0000 (03:57 +0000)
committercmarcelo <cmarcelo@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Aug 2008 03:57:56 +0000 (03:57 +0000)
commite468f0e6841a4112503fce7c2f9761232e71b7af
treef131e251a7c00b9e38746b3bbb77785258a6d053
parentabe95a322dafada849f9ba62e53613d991e8e4c9
edje_cc_out.c: Splitting data_write_scripts() in smaller pieces.

Now we have one function for creating the script file and another for
compiling it.  Also tried to avoid lots of nesting by checking for
error conditions early and returning (or aborting).  Avoided messing
with the code logic.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@35595 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/edje_cc_out.c