use unreachable macro

This commit is contained in:
Yuichi Nishiwaki 2014-04-06 00:44:05 +09:00
parent f66493d662
commit 0977c4e325
1 changed files with 1 additions and 2 deletions

View File

@ -211,8 +211,7 @@ read_datum(int tok, yyscan_t scanner)
error(NULL, scanner);
}
/* unreachable */
return pic_undef_value();
UNREACHABLE();
}
static pic_value