fixed source filename and Cython code embedding in C files, moved source file reading...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 25 Apr 2008 12:02:03 +0000 (14:02 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 25 Apr 2008 12:02:03 +0000 (14:02 +0200)
commita934c41c80c417aa6dcb9c5dd00c4a315843ba0d
treef2ed3e1d354da2fdd9d5a2f4e602cefcf7731afd
parentaa420b732f5c3e744be050590def6e820d043de3
fixed source filename and Cython code embedding in C files, moved source file reading algorithm to Cython.Utils to make it available everywhere (and then use it everywhere)
Cython/Compiler/Code.py
Cython/Compiler/Main.py
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py
Cython/Utils.py