Searched defs:IS_DECIMAL_MARK (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/binutils/gas/
H A Datof-generic.c106 #define IS_DECIMAL_MARK(c) ((c) == '.') macro
108 #define IS_DECIMAL_MARK(c) (0 != strchr (string_of_decimal_marks, (c))) macro

Completed in 57 milliseconds