Changed compiler directive comment format
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 15 Aug 2008 21:54:28 +0000 (23:54 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 15 Aug 2008 21:54:28 +0000 (23:54 +0200)
commit2f02248342c22e4839e111ce5c49d0b57ef5abcf
tree407dbc5bd82ff85b4d9cd78f6f5631a89d2032fa
parent8fc68f38e0f64c3b0d2fca7adaa4a48598cc4bd1
Changed compiler directive comment format

--HG--
rename : tests/compile/c_options.pyx => tests/compile/c_directives.pyx
rename : tests/errors/e_options.pyx => tests/errors/e_directives.pyx
Cython/Compiler/Lexicon.py
Cython/Compiler/Options.py
Cython/Compiler/Parsing.py
Cython/Compiler/Scanning.py
tests/compile/c_directives.pyx [moved from tests/compile/c_options.pyx with 50% similarity]
tests/errors/e_directives.pyx [new file with mode: 0644]
tests/errors/e_options.pyx [deleted file]