9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] pcc macro issue
@ 2021-01-21  5:59 Xiao-Yong Jin
  2021-01-21  6:50 ` Kurt H Maier
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Xiao-Yong Jin @ 2021-01-21  5:59 UTC (permalink / raw)
  To: 9front

The following is wrong.

cpu% cat test.c
#define N
#define F(x)
#define M F(N)
M
cpu% pcc -E test.c
cpp: test.c:4 Disagreement in number of macro arguments
#line 1 "/tmp/test.c"



 F()
pcc: cpp: cpp 25337: errors


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-21 18:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  5:59 [9front] pcc macro issue Xiao-Yong Jin
2021-01-21  6:50 ` Kurt H Maier
2021-01-21 10:48 ` Jonas Amoson
2021-01-21 17:30   ` Xiao-Yong Jin
2021-01-21 18:01 ` ori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).