Rename CSource.cdef -> CSource.cdef_flag.
authorW. Trevor King <wking@drexel.edu>
Tue, 22 Feb 2011 20:10:49 +0000 (15:10 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 22 Feb 2011 20:10:53 +0000 (15:10 -0500)
commit27fb31d88097c44faffbdbedf5fc0598839ce5aa
treec21d9263e77a55a5b7b7f69a58d9169a3c4be511
parentf2bf47778e7aca4ee7bdde443069b5127d78dadd
Rename CSource.cdef -> CSource.cdef_flag.

Thanks to Stefan Behnel's for reminding me that cdef is a keyword ;).

This change will make it clearer that we're defining a normal
attribute, and it protects us from future shifts in grammar.
Cython/Compiler/Parsing.py