plan9fox/sys/src/cmd/ka
cinap_lenrek b3c3c3e63d cc: do not expand function-like macros for non-function invocations
It is a bit of a annoyance that kenc will try to expand
function like macros on any symbol with the same name
and then complain when it doesnt see the '(' in the
invocation.

test case below:

void
foo(int)
{
}

struct Bar
{
	int	baz;	/* <- should not conflict */
};

void
main(void)
{
	baz(123);
}
2021-10-12 03:06:20 +00:00
..
a.h cc: do not expand function-like macros for non-function invocations 2021-10-12 03:06:20 +00:00
a.y Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00
lex.c cc: dont export gethunk(), hunk, nhunk and thunk 2020-05-12 23:18:48 +02:00
mkfile cc, ?[acl]: fix gethunk() and move common memory allocator code to cc/compat 2020-04-11 05:03:49 +02:00
note Import sources from 2011-03-30 iso image - lib 2011-03-30 19:35:09 +03:00