epp - document that fallthrough is intended

This commit is contained in:
Carsten Haitzler 2016-09-08 11:16:14 +09:00
parent c8d82dfc61
commit f37a0398c3
1 changed files with 1 additions and 0 deletions

View File

@ -4298,6 +4298,7 @@ skip_if_group(cpp_reader * pfile, int any)
validate_else(pfile,
kt->type ==
T_ELSE ? "#else" : "#endif");
/* this fall through is intened */
case T_ELIF:
if (pfile->if_stack == CPP_BUFFER(pfile)->if_stack)
{