rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 3090c112c0ba4ca228d01d3ded2b076a00eacbdc
parent a16991aae18b1d286ad6bb24ad0d96d49fcf5717
Author: tgoodwin <tgoodwin>
Date:   Fri, 10 Jul 1998 13:25:39 +0000

remove some genuinely unused arguments

Diffstat:
MAUTHORS | 10+++++-----
Mrc.h | 4++--
2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/AUTHORS b/AUTHORS @@ -26,8 +26,8 @@ same ftp directory as the shell). Please read this paper bearing in mind that it describes a program that was written at AT&T and that the version of rc presented here differs in some respects. -Tim would like to thank these people for their contributions since -he took over maintenance of rc. Arvid Requate, Brynjulv Hauksson, -Byron Rakitzis, Chris Siebenmann, Gert-Jan Vons, Ian Lance Taylor, Marc -Moorcroft, Rich $alz, Rob Savoye, Scott Schwartz, Tom Culliton, Tom -Tromey, Vincent Broman. +Tim would like to thank these people for their contributions since he +took over maintenance of rc. Arvid Requate, Bengt Kleberg, Brynjulv +Hauksson, Byron Rakitzis, Chris Siebenmann, Gert-Jan Vons, Ian Lance +Taylor, Marc Moorcroft, Mark K Gardner, Rich $alz, Rob Savoye, Scott +Schwartz, Tom Culliton, Tom Tromey, Vincent Broman. diff --git a/rc.h b/rc.h @@ -258,8 +258,8 @@ extern int my_execve(char *, char **, char **); /* footobar.c */ extern char **list2array(List *, bool); extern char *get_name(char *); -extern List *parse_var(char *, char *); -extern Node *parse_fn(char *, char *); +extern List *parse_var(char *); +extern Node *parse_fn(char *); extern void initprint(void); extern void rc_exit(int); /* here for odd reasons; user-defined signal handlers are kept in fn.c */