lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, 23 Mar 2011 08:38:00 +0200, Juris Kalnins <juris@mt.lv> wrote:

# for gcc
CFLAGS+=-D'FLATTEN(x) x __attribute__((flatten))'
# for others
#CFLAGS+=-D'FLATTEN(x) x'

typo, was supposed to be:

# for gcc
CFLAGS+=-D'FLATTEN(x)=x __attribute__((flatten))'
# for others
#CFLAGS+=-D'FLATTEN(x)=x'