cgo: fix line/column reporting in syntax error messages

This commit is contained in:
Ayke van Laethem
2021-09-17 02:24:22 +02:00
committed by Ron Evans
parent bf9dab36f7
commit 138add2b96
5 changed files with 29 additions and 13 deletions
-11
View File
@@ -13,14 +13,3 @@ type C.uint32_t = uint32
type C.uint64_t = uint64
type C.uint8_t = uint8
type C.uintptr_t = uintptr
type C.char uint8
type C.int int32
type C.long int32
type C.longlong int64
type C.schar int8
type C.short int16
type C.uchar uint8
type C.uint uint32
type C.ulong uint32
type C.ulonglong uint64
type C.ushort uint16