mirror of
https://github.com/cc65/cc65.git
synced 2024-11-15 11:05:56 +00:00
typo
This commit is contained in:
parent
e2ad9efe41
commit
89fcb0d404
@ -172,7 +172,7 @@ ExprNode* FuncHiByte (void);
|
|||||||
/* Handle the .HIBYTE builtin function */
|
/* Handle the .HIBYTE builtin function */
|
||||||
|
|
||||||
ExprNode* MakeBoundedExpr (ExprNode* Expr, unsigned Size);
|
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);
|
ExprNode* BoundedExpr (ExprNode* (*ExprFunc) (void), unsigned Size);
|
||||||
/* Parse an expression and force it within a given size if ForceRange is true */
|
/* Parse an expression and force it within a given size if ForceRange is true */
|
||||||
|
Loading…
Reference in New Issue
Block a user