Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / cemcom.ansi / specials.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 /* $Id: specials.h,v 1.2 1994/06/27 08:02:23 ceriel Exp $ */
6 /* OCCURANCES OF SPECIAL IDENTIFIERS */
7
8 #define SP_SETJMP       1
9
10 #define SP_TOTAL        1
11
12 struct sp_id    {
13         char *si_identifier;    /* its name                     */
14         int si_flag;            /* index into sp_occurred array */
15 };
16
17 extern char sp_occurred[];              /* idf.c        */
18 extern struct sp_id special_ids[];      /* main.c       */