Changeset 6b89868 in mainline for contrib/bp/preproc.py


Ignore:
Timestamp:
2009-09-08T14:38:59Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
262cd01, 9b11daef
Parents:
e742429
Message:

add inbound interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/bp/preproc.py

    re742429 r6b89868  
    8484        outf.write("### %s\n\n" % fname)
    8585       
    86         tokens = split_tokens(inf.read(), ["\n", " ", "\t", "(", ")", "{", "}", "/*", "*/", "#", "*", ";", "+", "||", "|", "!", "?"], True)
     86        tokens = split_tokens(inf.read(), ["\n", " ", "\t", "(", ")", "{", "}", "[", "/*", "*/", "#", "*", ";", "+", "||", "|", "!", "?"], True)
    8787       
    8888        empty = True
Note: See TracChangeset for help on using the changeset viewer.