ack/lang/pc/libpc/nfa.c

17 lines
288 B
C
Raw Normal View History

1990-11-06 13:02:55 +00:00
/* $Header$ */
/*
* (c) copyright 1990 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1989-05-03 09:53:25 +00:00
/* Author: Hans van Eck */
#include <pc_err.h>
1990-11-06 13:02:55 +00:00
extern _trp();
1989-05-03 09:53:25 +00:00
_nfa(bool)
{
if (! bool) _trp(EFUNASS);
}