Skip to content

Commit 124973f

Browse files
Padding bytes in SyntaxSort::FunctionDeclarator (#61)
The fix #60 was missing the padding bytes at the end of the structure.
1 parent d793741 commit 124973f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ltx/parse.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,7 @@ \subsection{\valueTag{SyntaxSort::FunctionDeclarator}}
695695
\DeclareMember{ellipsis}{SourceLocation} \\
696696
\DeclareMember{ref}{SourceLocation} \\
697697
\DeclareMember{traits}{FunctionTypeTraits} \\
698+
\DeclareMember{padding}{\arrayType{3}{u8}} \\
698699
}
699700
\label{fig:ifc:SyntaxSort:FunctionDeclarator}
700701
\end{figure}

0 commit comments

Comments
 (0)