SYMBOL_NAME_LABEL(X) X##:
commitc52e1a9af516364442c399d98d9e729a288070e3
authorseyko <seyko2@gmail.com>
Tue, 12 May 2015 12:24:41 +0000 (12 15:24 +0300)
committerseyko <seyko2@gmail.com>
Tue, 12 May 2015 12:24:41 +0000 (12 15:24 +0300)
tree87ace5e7f6962b44da982126a96f3ee247ea6f1d
parent121e95d1152b9bf645840ab6928808d1e50e0dc6
SYMBOL_NAME_LABEL(X) X##:

    In the linux kernel sources:
      #ifdef __STDC__
        #define SYMBOL_NAME_LABEL(X) X##:
      #else
        #define SYMBOL_NAME_LABEL(X) X/**/:
      #endif
    tcc is a STDC compiler and must handle 'X##:' case.
tccpp.c