import gdb-1999-06-14 snapshot

This commit is contained in:
Jason Molenda 1999-06-14 18:08:47 +00:00
parent 308b1ffded
commit 0f71a2f66f
37 changed files with 5858 additions and 2631 deletions

View file

@ -43,6 +43,11 @@ char * s7;
return bigbuf;
}
char *
link_malloc ()
{
return (char*) malloc (1);
}
main()
{