errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2160
 
     ## cannot occur at the beginning of a macro definition
 
     A macro definition began with a token-pasting operator (##), as in
 
          #define mac(a,b) ##a
                                    -♦-