AC_DEFINE(incr(x),((x)+1),"increment")
The parens in the value part, ((x)+1), go across OK. The parens in the variable part, incr(x), are killing me.
--Fred
AC_DEFINE(incr(x),((x)+1),"increment")
The parens in the value part, ((x)+1), go across OK. The parens in the variable part, incr(x), are killing me.
--Fred