Wrapper functions are no longer used (see the past few commits), so that comment was removed from bleh_darwin.m. That comment also had the wrong filename all this time (bleh_darwin.go instead of objc_darwin.go).
This commit is contained in:
parent
e35457b968
commit
9488824240
|
@ -8,8 +8,6 @@ The main culprits are:
|
||||||
- 32-bit/64-bit type differences that are more than just a different typedef
|
- 32-bit/64-bit type differences that are more than just a different typedef
|
||||||
- wrong documentation
|
- wrong documentation
|
||||||
though this is not always the case.
|
though this is not always the case.
|
||||||
|
|
||||||
Go wrapper functions (bleh_darwin.go) call these directly and take care of stdint.h -> Go type conversions.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "objc_darwin.h"
|
#include "objc_darwin.h"
|
||||||
|
|
Loading…
Reference in New Issue