This commit is contained in:
mrdudz 2022-04-20 00:11:24 +02:00
parent e2ad9efe41
commit 89fcb0d404
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ ExprNode* FuncHiByte (void);
/* Handle the .HIBYTE builtin function */
ExprNode* MakeBoundedExpr (ExprNode* Expr, unsigned Size);
/* Force the given expression into a specific size of ForceRange is true */
/* Force the given expression into a specific size if ForceRange is true */
ExprNode* BoundedExpr (ExprNode* (*ExprFunc) (void), unsigned Size);
/* Parse an expression and force it within a given size if ForceRange is true */