errors.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2162
 
     expected macro formal parameter
 
     The token following a stringizing operator (#) was not a formal-
     parameter name.
 
     For example:
 
          #define print(a) printf(#b)
                                    -♦-