* command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c,

sparc-tdep.c, symtab.h, target.h, value.h, vx-share/ptrace.h,
vx-share/xdr_ptrace.h, vx-share/xdr_rdb.h:  ANSIfy enums.
CVS:
This commit is contained in:
Stu Grossman 1991-12-19 01:16:03 +00:00
parent 0a5d35ed30
commit e182722827
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ enum arg_type {
T_WORD = 2,
T_INT = 3,
T_FLOAT = 4,
T_DOUBLE = 5,
T_DOUBLE = 5
};
typedef enum arg_type arg_type;
bool_t xdr_arg_type();
@ -82,7 +82,7 @@ enum EVENT_TYPE {
EVENT_SUSPEND = 4,
EVENT_ZERO_DIV = 5,
EVENT_SIGNAL = 6,
EVENT_START = 7,
EVENT_START = 7
};
typedef enum EVENT_TYPE EVENT_TYPE;