Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/checkers/stanse.py

    r958de16 r6064dab  
    7474                srcfname = arg[0]
    7575                tgtfname = arg[1]
    76                 tool = arg[2]
    77                 category = arg[3]
    7876                base = arg[4]
    7977                options = arg[5]
     
    8583               
    8684                # Only C files are interesting for us
    87                 if (tool != "cc"):
     85                if (arg[2] != "cc"):
    8886                        continue
    8987               
Note: See TracChangeset for help on using the changeset viewer.