| 1285 | of the new temp node. Die on failure. */ |
| 1286 | |
| 1287 | static struct tempnode * |
| 1288 | create_temp (FILE **pfp) |
| 1289 | { |
| 1290 | return maybe_create_temp (pfp, false); |
| 1291 | } |
| 1292 | |
| 1293 | /* Open a compressed temp file and start a decompression process through |
| 1294 | which to filter the input. Return NULL (setting errno to |
no test coverage detected