Pristine Ack-5.5
[Ack-5.5.git] / lang / m2 / comp / misc.h
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  *
5  * Author: Ceriel J.H. Jacobs
6  */
7
8 /* M I S C E L L A N E O U S */
9
10 /* $Id: misc.h,v 1.5 1994/06/24 12:41:47 ceriel Exp $ */
11
12 #define is_anon_idf(x)          ((x)->id_text[0] == '#')
13 #define id_not_declared(x)      (not_declared("identifier", (x), ""))
14
15 extern struct idf
16         *gen_anon_idf();