mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
@@ -989,7 +989,7 @@ class file:
|
|||||||
else:
|
else:
|
||||||
self._error('invalid if bool operator: ' + reduce(add, ls, ''))
|
self._error('invalid if bool operator: ' + reduce(add, ls, ''))
|
||||||
else:
|
else:
|
||||||
if len(ifls) > 3:
|
if len(ifls) >= 3:
|
||||||
for op in ['==', '!=', '>=', '=>', '=<', '<=', '>', '<']:
|
for op in ['==', '!=', '>=', '=>', '=<', '<=', '>', '<']:
|
||||||
ops = s.split(op)
|
ops = s.split(op)
|
||||||
if len(ops) == 2:
|
if len(ops) == 2:
|
||||||
|
Reference in New Issue
Block a user