seltzered / ccons

Automatically exported from code.google.com/p/ccons
MIT License
0 stars 0 forks source link

static functions cannot be referenced #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a new function is defined with the static keyword, attempting to reference 
that function results in 
error:

ERROR: Program used external function 'foobar' which could not be resolved!

Followed by ccons crashing. This should not be happening.

Original issue reported on code.google.com by Alexei.Svitkine@gmail.com on 15 Jun 2009 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by Alexei.Svitkine@gmail.com on 15 Sep 2010 at 3:40