| 226 | } |
| 227 | |
| 228 | static void fail_nobolt(const char *filename, |
| 229 | const char *raw, const char *pos, |
| 230 | const char *bolt_prefix) |
| 231 | { |
| 232 | unsigned line = linenum(raw, &pos); |
| 233 | |
| 234 | fprintf(stderr, "%s:%u:unknown bolt %s\n", |
| 235 | filename, line, bolt_prefix); |
| 236 | exit(1); |
| 237 | } |
| 238 | |
| 239 | static struct bolt_file *find_bolt(const char *bolt_prefix, |
| 240 | struct bolt_file *bolts) |