isDecimalPoint
#define isDecimalPoint(c) ((c) == ((L && L->decimal_point) ? *(L->decimal_point) : '.'))
#define isDecimalPoint(c) ((c) == '.')