Cosmetic stray semi-colon removal after %typemap
This commit is contained in:
parent
0ba11023ac
commit
ec965840ce
3 changed files with 13 additions and 13 deletions
4
CHANGES
4
CHANGES
|
|
@ -19614,8 +19614,8 @@ Version 1.3.12 (June 2, 2002)
|
|||
typemap must exactly match up with the "in" or "ignore"
|
||||
typemap. For example:
|
||||
|
||||
%typemap(in) (char *data, int len) { ... };
|
||||
%typemap(freearg) char *data { ... };
|
||||
%typemap(in) (char *data, int len) { ... }
|
||||
%typemap(freearg) char *data { ... }
|
||||
|
||||
void foo(char *data, int len);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue