Skip to content

Commit 81cb76f

Browse files
Padding bytes in SyntaxSort::FunctionDeclarator (#61)
The fix #60 was missing the padding bytes at the end of the structure.
1 parent 2a4638d commit 81cb76f

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
@@ -673,6 +673,7 @@ \subsection{\valueTag{SyntaxSort::FunctionDeclarator}}
673673
\DeclareMember{ellipsis}{SourceLocation} \\
674674
\DeclareMember{ref}{SourceLocation} \\
675675
\DeclareMember{traits}{FunctionTypeTraits} \\
676+
\DeclareMember{padding}{\arrayType{3}{u8}} \\
676677
}
677678
\label{fig:ifc:SyntaxSort:FunctionDeclarator}
678679
\end{figure}

0 commit comments

Comments
 (0)