]> gitweb.factorcode.org Git - factor.git/commit
add CALLBACK: syntax that defines a typedef and an alien-callback constructor word...
authorJoe Groff <arcata@gmail.com>
Mon, 21 Sep 2009 16:59:41 +0000 (11:59 -0500)
committerJoe Groff <arcata@gmail.com>
Mon, 21 Sep 2009 16:59:41 +0000 (11:59 -0500)
commit00fa7f73fb43762e83812acb6334ea0abe4413c6
treeb779383a0b28970bb4b53b0bff9888c3fb564f15
parent6b9954ffad0538c28db25d54844901e828bd6148
add CALLBACK: syntax that defines a typedef and an alien-callback constructor word for function pointer types. update some code in iokit.hid and windows.dinput to use CALLBACK: instead of TYPEDEF:/word pairs
basis/alien/parser/parser.factor
basis/alien/syntax/syntax-docs.factor
basis/alien/syntax/syntax.factor
basis/iokit/hid/hid.factor
basis/windows/dinput/dinput.factor