1987-03-10 17:51:10 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1994-06-24 14:02:31 +00:00
|
|
|
/* $Id$ */
|
1986-03-10 13:07:55 +00:00
|
|
|
/* OCCURANCES OF SPECIAL IDENTIFIERS */
|
|
|
|
|
|
|
|
#define SP_SETJMP 1
|
|
|
|
|
|
|
|
#define SP_TOTAL 1
|
|
|
|
|
|
|
|
struct sp_id {
|
|
|
|
char *si_identifier; /* its name */
|
|
|
|
int si_flag; /* index into sp_occurred array */
|
|
|
|
};
|
|
|
|
|
|
|
|
extern char sp_occurred[]; /* idf.c */
|
|
|
|
extern struct sp_id special_ids[]; /* main.c */
|