Changes in tools/checkers/stanse.py [958de16:6064dab] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/checkers/stanse.py
r958de16 r6064dab 74 74 srcfname = arg[0] 75 75 tgtfname = arg[1] 76 tool = arg[2]77 category = arg[3]78 76 base = arg[4] 79 77 options = arg[5] … … 85 83 86 84 # Only C files are interesting for us 87 if ( tool!= "cc"):85 if (arg[2] != "cc"): 88 86 continue 89 87
Note:
See TracChangeset
for help on using the changeset viewer.