blob: 775af29ef07fc9e4c415109292e1e45ab993620b [file] [log] [blame]
/* This test used to ICE on the SPU target. */
extern const char *__ctype_ptr;
parse_real (unsigned char c)
{
if ((__ctype_ptr[c]&04) && c != '.')
unget_char ( c);
}