ack/lang/m2/comp/misc.h

9 lines
134 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 */
/* $Header$ */
#define is_anon_idf(x) ((x)->id_text[0] == '#')
extern struct idf
*gen_anon_idf();