Re: [racket-dev] procedure _cprocedure*: expects 8 arguments, given 9: '(#ctype:pointer) #ctype:int32 #f #f #t #f #f #f #f

2011-05-14 Thread Matthew Flatt
The real `_cprocedure*' (which appears in the expansion of `_fun') has 9 arguments, so something is out of sync. Do you have a collects/ffi/compiled/drracket directory (which should not exist, but might have been created incorrectly)? At Sat, 14 May 2011 12:23:51 -0400, Matthias Felleisen wrote:

Re: [racket-dev] procedure _cprocedure*: expects 8 arguments, given 9: '(#ctype:pointer) #ctype:int32 #f #f #t #f #f #f #f

2011-05-14 Thread Matthias Felleisen
Sorry for the false alarm. I switched to a drracket from before my latest source update. On May 14, 2011, at 12:32 PM, Matthew Flatt wrote: The real `_cprocedure*' (which appears in the expansion of `_fun') has 9 arguments, so something is out of sync. Do you have a