fix edje_cc on Mac OS X: c++ comments were not removed, so pass
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commit093e801781d8a4536d9bbc9bfdd5cf999229b3b6
treeb0637a18381adf96c7ef37c636bca9f5e4035727
parentac9740ad62af85fed7071b28bbcbd972437d1bb8
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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@47280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/bin/edje_cc_parse.c