Pristine Ack-5.5
[Ack-5.5.git] / lang / pc / comp / misc.h
1 /* M I S C E L L A N E O U S */
2
3 #define is_anon_idf(x)          ((x)->id_text[0] == '#')
4 #define id_not_declared(x)      (not_declared("identifier", (x), ""))
5
6 extern struct idf
7         *gen_anon_idf();
8
9 extern char 
10         *gen_proc_name();
11
12 extern char *symbol2str();
13 extern arith NewInt();
14 extern arith NewPtr();
15 extern arith CodeBeginBlock();
16 extern arith EnterParamList();
17 extern arith EnterParTypes();
18 extern arith CodeInitFor();
19 extern arith IsString();