nfa.c 284 B

12345678910111213141516
  1. /* $Id$ */
  2. /*
  3. * (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* Author: Hans van Eck */
  7. #include <pc_err.h>
  8. extern _trp();
  9. _nfa(bool)
  10. {
  11. if (! bool) _trp(EFUNASS);
  12. }