| # | Line 490 | Line 490 | int | |
|---|---|---|
| 490 | isview(s) /* is this a view string? */ | |
| 491 | char *s; | |
| 492 | { | |
| 493 | < | static char *altname[]={NULL,VIEWSTR,"rpict","rview","pinterp",NULL}; |
| 493 | > | static char *altname[]={NULL,VIEWSTR,"rpict","rview","rpiece","pinterp",NULL}; |
| 494 | extern char *progname; | |
| 495 | register char *cp; | |
| 496 | register char **an; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |