Fix stack effect declaration

slava 2006-08-18 05:17:23 +00:00
parent 415d960b66
commit 500b97708f
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,6 @@
- roundoff is still not quite right with tracks
- fix top level window positioning
- fix contribs: boids, automata
- [ [ dup call ] dup call ] infer hangs
- graphical module manager tool
- see if alien calls can be made faster
- sometimes darcs get fails with the httpd
@ -99,6 +98,8 @@
+ compiler/ffi:
- [ [ dup call ] dup call ] infer hangs
- callstack overflow when compiling mutually recursive inline words
- test what is done in the case of an invalid declaration on an inline
recursive
- ppc64 backend

View File

@ -7,7 +7,7 @@ IN: cocoa
USING: alien gadgets-presentations io kernel namespaces objc
parser prettyprint styles ;
: pasteboard-error ( error str -- f )
: pasteboard-error ( error -- f )
"Pasteboard does not hold a string" <NSString>
0 swap rot set-void*-nth f ;