Bug fixed: getFormatAttribute for enum type
[lttv.git] / ltt / branches / poly / lttv / attribute.c
index b400804ceef835a4a00ef6ee38864ce61da8b1ab..b08c24da75a622ef45058263861b4b1ad3e9dd3b 100644 (file)
@@ -221,6 +221,7 @@ void lttv_attributes_set_pointer(lttv_attributes *a, lttv_key *k, void *p) {
 }
 
 
+#ifdef EXT_ATTRIBS
 /* Sometimes the attributes must be accessed in bulk, sorted in different
    ways. For this purpose they may be converted to arrays and sorted
    multiple times. The keys used in the array belong to the lttv_attributes
@@ -311,7 +312,6 @@ int lttv_key_compare_priority(lttv_key *a, lttv_key *b, void *compare_data)
   return 0;
 }
 
-
 typedef struct _select_data {
   lttv_attributes *a;
   lttv_key *k;
@@ -421,3 +421,4 @@ static void select_pointer(void *key, void *value, void *user_data)
 
 
 
+#endif // EXT_ATTRIBS
This page took 0.022349 seconds and 4 git commands to generate.