ack/lang/m2/comp/misc.h

8 lines
184 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 */
1986-10-22 15:38:24 +00:00
#define is_anon_idf(x) ((x)->id_text[0] == '#')
#define id_not_declared(x) (not_declared("identifier", (x), ""))
1986-05-30 18:48:00 +00:00
extern struct idf
*gen_anon_idf();