Allow ctypedef my_struct_s my_struct_t[1] trick, can access members of my_struct_t...
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 3 Apr 2008 03:55:29 +0000 (20:55 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 3 Apr 2008 03:55:29 +0000 (20:55 -0700)
commited76a7c3398de8d34fe9877206038eed40958e81
treee86d3b7b4404be03b9b01c15e7663f68dca5ca08
parent072b05eb6e8dbe177f8dcfdda7d913636e9d6164
Allow ctypedef my_struct_s my_struct_t[1] trick, can access members of my_struct_t as if it were a pointer.
Cython/Compiler/ExprNodes.py