forked from Imagelibrary/binutils-gdb
import gdb-2000-01-05 snapshot
This commit is contained in:
@@ -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'*/
|
||||
|
||||
Reference in New Issue
Block a user