|
|
1.1 root 1: /*
2: * Default regerror routine from regexp package.
3: * \n added at end of messages to fit MWC convensions.
4: */
5: #include <stdio.h>
6:
7: void
8: regerror(s)
9: char *s;
10: {
11: #ifdef ERRAVAIL
12: error("regexp: %s\n", s);
13: #else
14: fprintf(stderr, "regexp(3): %s\n", s);
15: exit(1);
16: #endif
17: /* NOTREACHED */
18: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.