How is this different from its C equivalent:
foo1.c:
foofunc(&blah);
foo2.c:
void foofunc(blahobject *blah)
{
printf("Hi");
}
The C compiler shows the same lack of omniscience.
- Hari
-- Raja R Harinath ------------------------------ harinath@cs.umn.edu "When all else fails, read the instructions." -- Cahn's Axiom "Our policy is, when in doubt, do the right thing." -- Roy L Ash- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/