mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Refactor to keep lexerState and lexerStateEOL static
Also run `clang-format` on everything
This commit is contained in:
@@ -485,7 +485,7 @@ void Expression::makeBinaryOp(RPNCommand op, Expression &&src1, Expression const
|
||||
srcPatchSize = sizeof(bytes);
|
||||
} else {
|
||||
srcBytes = src2.rpn.data(); // Pointer to the right RPN
|
||||
srcLen = src2.rpn.size(); // Size of the right RPN
|
||||
srcLen = src2.rpn.size(); // Size of the right RPN
|
||||
srcPatchSize = src2.rpnPatchSize;
|
||||
}
|
||||
// Copy the right RPN and append the operator
|
||||
|
||||
Reference in New Issue
Block a user