Revert reference change; update CHANGES.current

This commit is contained in:
Rick Luddy 2015-09-03 14:30:18 -04:00
commit b1204ce92f
2 changed files with 15 additions and 1 deletions

View file

@ -430,7 +430,8 @@
/* Needed to avoid confusion with the way the go module handles
references. */
%typemap(gotype) char& "*byte"
%typemap(gotype) char&, unsigned char& "*byte"
%typemap(gotype) signed char& "*int8"
%typemap(in)
char *, char[ANY], char[]