This commit is contained in:
gdb-3.1 1989-01-31 17:56:40 +00:00 committed by Pedro Alves
parent bb7592f010
commit e91b87a368
150 changed files with 54576 additions and 10225 deletions

View file

@ -175,7 +175,7 @@ union exp_element
{
enum exp_opcode opcode;
struct symbol *symbol;
long longconst;
LONGEST longconst;
double doubleconst;
char string;
struct type *type;