Re: [spi-devel-general] Questions in spi_mpc83xx.c

2009-07-09 Thread Baruch Siach
Hi Mark, On Thu, Jul 09, 2009 at 02:16:48PM -0400, Mark Bishop wrote: > I haven't seen this before - the '##' in the function name. This is ANCII C? Of course. See pp. 90-91 in "The C Programming Language" second edition. > > #define MPC83XX_SPI_TX_BUF(type) \ > u3

Re: [spi-devel-general] Questions in spi_mpc83xx.c

2009-07-09 Thread Mark Bishop
Quoting Baruch Siach : Hi Mark, On Thu, Jul 09, 2009 at 02:16:48PM -0400, Mark Bishop wrote: I haven't seen this before - the '##' in the function name. This is ANCII C? Of course. See pp. 90-91 in "The C Programming Language" second edition. Wow, thanks. I missed that little nugget