Nested functions are not found:
int f1(){ ... }
int main(){
int f2(){ ... }
f1(); /* <-- definition will be found above */
f2(); /* <-- definition will NOT be found */
}
Beeing a gnu global addict, this lack makes gcc's nested function
feature practically unusable.
I am using gnu global 6.2.4/linux.
Felix
_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global
