mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
internal/reflectlite, reflect: move StringHeader and SliceHeader back to package reflect
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//go:build !avr
|
||||
|
||||
package reflect
|
||||
|
||||
// intw is an integer type, used in places where an int is typically required,
|
||||
// except architectures where the size of an int != word size.
|
||||
// See https://github.com/tinygo-org/tinygo/issues/1284.
|
||||
type intw = int
|
||||
Reference in New Issue
Block a user