ack/lang/m2/comp/misc.h

7 lines
118 B
C
Raw Normal View History

1986-05-30 18:48:00 +00:00
/* M I S C E L L A N E O U S */
#define is_anon_idf(x) ((x)->id_text[0] == '#')
extern struct idf
*gen_anon_idf();