Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Tools/scripts/ifdef.py

    r2 r391  
    1010# minus those code sections that are suppressed by the selected
    1111# combination of defined/undefined symbols.  The #if(n)def/#else/#else
    12 # lines themselfs (if the #if(n)def tests for one of the mentioned
     12# lines themselves (if the #if(n)def tests for one of the mentioned
    1313# names) are removed as well.
    1414
    1515# Features: Arbitrary nesting of recognized and unrecognized
    16 # preprocesor statements works correctly.  Unrecognized #if* commands
     16# preprocessor statements works correctly.  Unrecognized #if* commands
    1717# are left in place, so it will never remove too much, only too
    1818# little.  It does accept whitespace around the '#' character.
Note: See TracChangeset for help on using the changeset viewer.