ack/lang/pc/libpc/nfa.c

18 lines
285 B
C
Raw Normal View History

1994-06-24 14:02:31 +00:00
/* $Id$ */
1990-11-06 13:02:55 +00:00
/*
* (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 */
2018-06-17 14:11:29 +00:00
#include <pc_err.h>
1989-05-03 09:53:25 +00:00
1990-11-06 13:02:55 +00:00
extern _trp();
1989-05-03 09:53:25 +00:00
_nfa(bool)
{
2018-06-17 14:11:29 +00:00
if (!bool)
_trp(EFUNASS);
1989-05-03 09:53:25 +00:00
}