This commit is contained in:
K. Richard Pixley
1993-09-08 21:23:41 +00:00
parent 6406a86740
commit 72cd0384f2
6 changed files with 13 additions and 5 deletions

View File

@ -68,8 +68,8 @@ cp_print_class_method (valaddr, type, stream)
FILE *stream;
{
struct type *domain;
struct fn_field *f;
int j;
struct fn_field *f = NULL;
int j = 0;
int len2;
int offset;
char *kind = "";