Changeset 391 for python/trunk/Tools/scripts/ifdef.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/scripts/ifdef.py
r2 r391 10 10 # minus those code sections that are suppressed by the selected 11 11 # combination of defined/undefined symbols. The #if(n)def/#else/#else 12 # lines themsel fs (if the #if(n)def tests for one of the mentioned12 # lines themselves (if the #if(n)def tests for one of the mentioned 13 13 # names) are removed as well. 14 14 15 15 # Features: Arbitrary nesting of recognized and unrecognized 16 # preproces or statements works correctly. Unrecognized #if* commands16 # preprocessor statements works correctly. Unrecognized #if* commands 17 17 # are left in place, so it will never remove too much, only too 18 18 # little. It does accept whitespace around the '#' character.
Note:
See TracChangeset
for help on using the changeset viewer.