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:
|
||||
self._error('invalid if bool operator: ' + reduce(add, ls, ''))
|
||||
else:
|
||||
if len(ifls) > 3:
|
||||
if len(ifls) >= 3:
|
||||
for op in ['==', '!=', '>=', '=>', '=<', '<=', '>', '<']:
|
||||
ops = s.split(op)
|
||||
if len(ops) == 2:
|
||||
|
Reference in New Issue
Block a user