Hello,<div><br></div><div>Another question about the more esoteric parts of C. Is there any way to get dragonegg to handle c function aliases or is there a way to get around this? For example, I've got a simple file:</div>

<div><br></div><div>int foo(int x) { return x; }</div><div><br></div><div>extern typeof(foo) foo2 __attribute((alias("foo")));</div><div><br></div><div>Compiling with vanilla gcc I end up with two symbols: foo and foo2 which both refer to the same function. When I compile through dragonegg I only get a symbol for foo.</div>

<div><br></div><div>Thanks.<br clear="all"><br>-- <br>gregory malecha<br><div><a href="http://www.people.fas.harvard.edu/~gmalecha/" target="_blank">http://www.people.fas.harvard.edu/~gmalecha/</a></div><br>
</div>