specials.h 293 B

1234567891011121314
  1. /* $Header$ */
  2. /* OCCURANCES OF SPECIAL IDENTIFIERS */
  3. #define SP_SETJMP 1
  4. #define SP_TOTAL 1
  5. struct sp_id {
  6. char *si_identifier; /* its name */
  7. int si_flag; /* index into sp_occurred array */
  8. };
  9. extern char sp_occurred[]; /* idf.c */
  10. extern struct sp_id special_ids[]; /* main.c */