Missing âtâ in \dorestarttable
\gdef\secondstagestarttable[#1]% brr nested mess
{\bgroup
\@@useotherbar
\global\setfalse\tableactionstatepermitted
\global\setfalse\hassometablehead
\global\setfalse\hassometabletail
\expanded{\doifinstringelse{|}{#1}}
{\xdef\restarttable{\noexpand\dorestarttable{\noexpand\thirdstagestarttable{#1}}}}
{\doifdefinedelse{\s!TaBlE#1}
{\gdef\restarttable{\getvalue{\s!TaBlE#1}}}
- {\gdef\restarttable{\dorestartable{\getvalue{#1}}}}}%
+ {\gdef\restarttable{\dorestarttable{\getvalue{#1}}}}}%
\egroup
\restarttable}
Wolfgang