fix edje_cc on Mac OS X: c++ comments were not removed, so pass
authorcaro <caro>
Tue, 16 Mar 2010 05:49:13 +0000 (05:49 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 16 Mar 2010 05:49:13 +0000 (05:49 +0000)
commitbbceb84053e4121b4810056b6488445e377f223c
treeb0637a18381adf96c7ef37c636bca9f5e4035727
parent0577271d037f292ea0ce1572e59d8c9e481cfd2e
fix edje_cc on Mac OS X: c++ comments were not removed, so pass
gcc -E on the edc file a second time. As Linux gcc does not like
it, compile that part only on Mac OS X.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@47280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/edje_cc_parse.c