empty parameterized macro




Hello,

I would like to know whether there is any difference between
the macro

#define FOO

and the parameterized macro taking no parameters

#define FOO()

What is the purpose of the empty parameter list in the latter?

Thanks,

JG

.