Commit af273350 authored by Robert Bradshaw's avatar Robert Bradshaw

Fix buffer typedef error.

parent ce6a1255
......@@ -4,5 +4,6 @@
ctypedef object[float] mybuffer
_ERRORS = u"""
4:23: Syntax error in ctypedef statement
1:0: Buffer vars not allowed in module scope
4:0: Buffer types only allowed as function local variables
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment