On Thu, 2011-06-30 at 07:59 -0700, Richard Henderson wrote: > I'm not sure what to make of your first two examples above, but > let's suppose that the third example is the real one. In which > case you don't actually need concatenation. Remove the ## from > the macro and then you can pass in > > GTM::abi_disp()-> > and > GTM::serial_dispatch:: > > which require no more than adjacency.
Good point, thanks. Fixed it, and will commit this and the others to the branch. Torvald