summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/fn_end.tpl
blob: 38cf10d1b20574d6cd421e34bcbe9dcad5b6bbf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

end:
	/* the parse is OK, just align and end */
	if (!prs_align(ps)) goto fail;

	return True;

fail:
        ZERO_STRUCTP(il);
	return False;
} /* @FUNCNAME@ */