Changeset 6b89868 in mainline for contrib/bp/preproc.py
- Timestamp:
- 2009-09-08T14:38:59Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 262cd01, 9b11daef
- Parents:
- e742429
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/bp/preproc.py
re742429 r6b89868 84 84 outf.write("### %s\n\n" % fname) 85 85 86 tokens = split_tokens(inf.read(), ["\n", " ", "\t", "(", ")", "{", "}", " /*", "*/", "#", "*", ";", "+", "||", "|", "!", "?"], True)86 tokens = split_tokens(inf.read(), ["\n", " ", "\t", "(", ")", "{", "}", "[", "/*", "*/", "#", "*", ";", "+", "||", "|", "!", "?"], True) 87 87 88 88 empty = True
Note:
See TracChangeset
for help on using the changeset viewer.