| # | Line 27 | Line 27 | register struct gclim *gcl; | |
|---|---|---|
| 27 | register HOLO *hp; | |
| 28 | GCOORD *gc; | |
| 29 | { | |
| 30 | < | register FLOAT *v; |
| 30 | > | register RREAL *v; |
| 31 | register int i; | |
| 32 | ||
| 33 | if (hp != NULL) { | |
| # | Line 348 | Line 348 | getradfile() /* run rad and get needed variables */ | |
| 348 | pippt = NULL; | |
| 349 | } | |
| 350 | if (pippt != NULL) | |
| 351 | < | strcpy(pippt, "> /dev/null"); /* nothing to match */ |
| 351 | > | strcpy(pippt, "> " NULL_DEVICE); /* nothing to match */ |
| 352 | else | |
| 353 | sprintf(cp, ")[ \t]*=' > %s", tf2); | |
| 354 | #ifdef DEBUG | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |