diff -r 3b36733009a1 Tools/scripts/fixcid.py --- a/Tools/scripts/fixcid.py Tue Apr 03 12:07:39 2012 +0300 +++ b/Tools/scripts/fixcid.py Wed Apr 04 14:53:02 2012 +0300 @@ -292,7 +292,7 @@ if not words: continue if len(words) == 3 and words[0] == 'struct': words[:2] = [words[0] + ' ' + words[1]] - elif len(words) <> 2: + elif len(words) != 2: err(substfile + '%s:%r: warning: bad line: %r' % (substfile, lineno, line)) continue if Reverse: