Hi All, Is nested inline allowed? i.e. will the compiler generate inlined code for the following source:
procedure a; inline; begin end; procedure b; inline; begin a; end; if I call b() in the main program, will the compile copy code for both a and b to avoid function calls? Thanks, Xiangrong
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal