3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / instant.src / tptregexp / regerror.c
blob1b9899f692d95d8f4603daac41846870265ecb81
1 #include <stdio.h>
2 #pragma ident "%Z%%M% %I% %E% SMI"
3 void
4 tpt_regerror(s)
5 char *s;
7 #ifdef ERRAVAIL
8 error("tpt_regexp: %s", s);
9 #else
10 fprintf(stderr, "tpt_regexp(3): %s", s);
11 exit(1);
12 #endif
13 /* NOTREACHED */