Bug fixed: getFormatAttribute for enum type
[lttv.git] / ltt / branches / poly / lttv / attribute.c
index a8c7211595c9e97e49cb7d6877f022763e612e8e..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
@@ -420,3 +421,4 @@ static void select_pointer(void *key, void *value, void *user_data)
 
 
 
+#endif // EXT_ATTRIBS
This page took 0.021944 seconds and 4 git commands to generate.