close
Skip to content

Commit cb412bc

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎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)