ack/lang/pc/libpc/nfa.c

16 lines
274 B
C
Raw Permalink 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 20:30:27 +00:00
#include "pc.h"
1989-05-03 09:53:25 +00:00
2018-06-17 20:30:27 +00:00
void _nfa(int bool)
1989-05-03 09:53:25 +00:00
{
2018-06-17 14:11:29 +00:00
if (!bool)
_trp(EFUNASS);
1989-05-03 09:53:25 +00:00
}