[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pilot-Unix] prc-tools 0.2.2 released



I've released another pass at prc-tools.

ftp://ns1.pfnet.com/pub/PalmOS/prc-tools.0.2.2.tar.gz

This is a minor one, updates mostly.

The syscall() macros are _closer_ to what Ken suggested today, but
unfortunately, sizeof() and the like are unknown at preprocess time (of
course!) making automatic selection of what to push, etc, impossible.

Here's an example of what we get...

extern inline void EvtGetEvent (EventPtr eventP, Word waitTime)
        syscall2(l, EvtGetEvent, l, eventP, w, waitTime)

So the perl header translator has to look at the type field and try to
deduce the correct size :-(  I think this is not too bad though, as the
name conventions seem rather regular.  What do you think Ken?

Jeff.