summaryrefslogtreecommitdiff
path: root/source/aparser/templates/union_end.tpl
blob: 511adbcf6027abc79e354bdd70ea40b7b798002a (plain)
1
2
3
4
5
		default:
			DEBUG(5,("No handler for case %d in @FUNCNAME@\n",
				 (int)il->@SWITCH@));
			goto fail;
	}