misc.H 394 B

12345678910111213141516
  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. /* M I S C E L L A N E O U S */
  8. /* $Id$ */
  9. #define is_anon_idf(x) ((x)->id_text[0] == '#')
  10. #define id_not_declared(x) (not_declared("identifier", (x), ""))
  11. extern struct idf
  12. *gen_anon_idf();