* interp.c (sim_open): New arg kind'. name is now `argv'.

This commit is contained in:
David Edelsohn 1997-04-02 23:41:09 +00:00
parent 8a7c3105b5
commit d0218f5172
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Apr 2 15:40:30 1997 Doug Evans <dje@canuck.cygnus.com>
* interp.c (sim_open): New arg `kind'. `name is now `argv'.
Thu Oct 3 16:17:59 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
* Makefile.in (mostlyclean): Move config.log to distclean.

View File

@ -322,8 +322,9 @@ sim_kill ()
}
void
sim_open (name)
char *name;
sim_open (kind,argv)
SIM_OPEN_KIND kind;
char **argv;
{
}