s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
[deliverable/binutils-gdb.git] / gprof / symtab.h
index edeb1b313d2b06166517dd2dadb8132de6a6bfca..4ff507d1876dc21f3863cf7864062f74ef5b32b4 100644 (file)
@@ -77,7 +77,7 @@ typedef struct sym
        double child_time;      /* Cumulative ticks in children.  */
        int index;              /* Index in the graph list.  */
        int top_order;          /* Graph call chain top-sort order.  */
-       boolean print_flag;     /* Should this be printed?  */
+       bfd_boolean print_flag; /* Should this be printed?  */
        struct
          {
            double fract;       /* What % of time propagates.  */
This page took 0.037144 seconds and 4 git commands to generate.