# | Line 632 | Line 632 | isview( /* is this a view string? */ | |
---|---|---|
632 | char *s | |
633 | ) | |
634 | { | |
635 | < | static char *altname[]={NULL,VIEWSTR,"rpict","rview","rvu","rpiece","pinterp",NULL}; |
635 | > | static char *altname[]={NULL,VIEWSTR,"rpict","rvu","rpiece","rxpiece","pinterp","rview",NULL}; |
636 | char *cp; | |
637 | char **an; | |
638 | /* add program name to list */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |