Get rid of this sort of error: "Cannot assign type 'gsl_complex' to 'gsl_complex'"
authorWilliam Stein <wstein@gmail.com>
Thu, 11 Jan 2007 06:25:21 +0000 (22:25 -0800)
committerWilliam Stein <wstein@gmail.com>
Thu, 11 Jan 2007 06:25:21 +0000 (22:25 -0800)
commita48ee51299894459ef2d1f3e46698326a25093ed
treec843980c842dfadf3df50470aff39d611b32c28a
parente8d257465538beac6587e233e069e3c32e6b6eb9
Get rid of this sort of error: "Cannot assign type 'gsl_complex' to 'gsl_complex'"

The solution in this patch is somewhat hackish, but should be OK.
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py