Fix typo in comment
This commit is contained in:
parent
542bf900ba
commit
07a7a14553
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* expr.c: Fix typo in comment.
|
||||
|
||||
2001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* doc/as.texinfo (Infix Ops): Document that comparison and
|
||||
|
|
|
@ -1456,7 +1456,7 @@ static const operatorT op_encoding[256] = {
|
|||
0 operand, (expression)
|
||||
1 ||
|
||||
2 &&
|
||||
3 = <> < <= >= >
|
||||
3 == <> < <= >= >
|
||||
4 + -
|
||||
5 used for * / % in MRI mode
|
||||
6 & ^ ! |
|
||||
|
|
Loading…
Reference in a new issue