SourceForge.net | 18 Jul 19:55
Picon
Favicon

[ swig-Bugs-2021700 ] Variable replacement in generated code

Bugs item #2021700, was opened at 2008-07-19 01:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101645&aid=2021700&group_id=1645

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Haoyu Bai (bhy)
Assigned to: Nobody/Anonymous (nobody)
Summary: Variable replacement in generated code

Initial Comment:

The following .i file generates code which just simply can't be compiled:

%module varnamebug

%include<cstring.i>
%cstring_input_binary(char *buf, int len);

%inline %{
void testname(char *buf, int len) {}
%}
(Continue reading)


Gmane