# | Line 330 | Line 330 | char *string; | |
---|---|---|
330 | } | |
331 | if (!*s) { | |
332 | loaddata(fname, fp, &vp->v.d); | |
333 | – | #ifdef UNIX |
333 | } else if (*s == '!') { | |
334 | if ((fp2 = popen(s+1, "r")) == NULL) { | |
335 | fprintf(stderr, "%s\n", string); | |
# | Line 341 | Line 340 | char *string; | |
340 | } | |
341 | loaddata(s, fp2, &vp->v.d); | |
342 | pclose(fp2); | |
344 | – | #endif |
343 | } else { | |
344 | if ((fp2 = fopen(s, "r")) == NULL) { | |
345 | fprintf(stderr, "%s\n", string); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |