[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
yate (yet another translator ...)
- To: <tribble>
- Subject: yate (yet another translator ...)
- From: Hugh Hoover <heh>
- Date: Mon, 30 Oct 89 21:16:30 PST
- Cc: <xtech>
I changed the translator to change ^self into return; This allows for
exiting a proc (a func with void return type). This may break places where
we really DO want to return the this pointer, but I can't remember any
use of that. Can anyone else?
--Hugh