Tool/software: TI C/C++ Compiler
hi,
using new Ti complier 8.3.4 , appear the error "line 46: warning: concatenation with "11.0," in macro "INVPRIMENUMBER" does not create a valid token"
Code:
#define INVPRIMENUMBER(arg) FLOAT2FIX(1.0/##arg##.0, INVPRIMENUMBER_FRAC)
INVPRIMENUMBER(11)
thanks
Br
guofei