This commit is contained in:
John Gilmore 1992-06-13 05:56:15 +00:00
parent 770cde303d
commit 0dce456e8d

View file

@ -1284,7 +1284,7 @@ define_symbol (valu, string, desc, type, objfile)
scan them now. */
while (*p == ';') {
p++;
read_type (&p);
read_type (&p, objfile);
}
}