import gdb-2000-01-05 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / ptype.c
index 07d6afe5d91cefdfb0e1062fa877c86a15f4b00d..7b8ca24cda8931f435ee48ec7e975af311b00358 100644 (file)
@@ -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'*/
This page took 0.023854 seconds and 4 git commands to generate.