import gdb-2000-01-05 snapshot
This commit is contained in:
parent
1b45fe546b
commit
c3f6f71df3
74 changed files with 18148 additions and 14752 deletions
|
@ -271,7 +271,7 @@ if { $hp_aCC_compiler } {
|
|||
}
|
||||
}
|
||||
|
||||
gdb_test "next" ".*"
|
||||
gdb_test "next" "t_structs_c\\(struct_val1\\);.*"
|
||||
do_function_calls
|
||||
|
||||
return 0
|
||||
|
|
|
@ -212,6 +212,8 @@ enum colors {yellow, purple, pink} nonprimary;
|
|||
enum {chevy, ford} clunker;
|
||||
enum cars {bmw, porsche} sportscar;
|
||||
|
||||
#undef FALSE
|
||||
#undef TRUE
|
||||
typedef enum {FALSE, TRUE} boolean;
|
||||
boolean v_boolean;
|
||||
/*note: aCC has bool type predefined with 'false' and 'true'*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue