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