c-for-go icon indicating copy to clipboard operation
c-for-go copied to clipboard

Unify type names

Open CtrlZvi opened this issue 8 years ago • 3 comments

There are several places where the Go identifiers used for types that are effectively the same (differ only in that one is a typedef for the other) will deviate, causing generated bindings to be missing necessary types and variables for compilation.

These two commits fix two instances of that.

CtrlZvi avatar May 21 '17 06:05 CtrlZvi

Sorry for delaying the merge, I was going to check this change against my bindings and had no time to do that. I will process this shortly

xlab avatar May 31 '17 22:05 xlab

No worries. Please test against your bindings. I don't want to break anything with a change.

CtrlZvi avatar Jun 01 '17 00:06 CtrlZvi

@CtrlZvi Please check if this somehow may fix the problem of https://github.com/xlab/c-for-go/issues/38

xlab avatar Aug 28 '17 11:08 xlab