*
* @{
*/
-DIAG_OFF(attribute)
+DIAG_OFF(attributes)
typedef enum CC_HINT(flag_enum) {
CONF_FLAG_SUBSECTION = (1 << 9), //!< Instead of putting the information into a
///< configuration structure, the configuration
//!< or is_set_ptr.
CONF_FLAG_OK_MISSING = (1 << 22), //!< OK if it's missing
} conf_parser_flags_t;
-DIAG_ON(attribute)
+DIAG_ON(attributes)
/** @} */
int32_t ** : FR_TYPE_INT32, \
int64_t * : FR_TYPE_INT64, \
int64_t ** : FR_TYPE_INT64, \
- float * : FR_TYPE_FLOAT, \
- float ** : FR_TYPE_FLOAT , \
- double * : FR_TYPE_DOUBLE, \
- double ** : FR_TYPE_DOUBLE)
+ float * : FR_TYPE_FLOAT32, \
+ float ** : FR_TYPE_FLOAT32, \
+ double * : FR_TYPE_FLOAT64, \
+ double ** : FR_TYPE_FLOAT64)
extern fr_table_num_ordered_t const fr_type_table[];
extern size_t fr_type_table_len;