Possible fix for global variable setters in modula3
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13911 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
288e45cb15
commit
7299392ebb
1 changed files with 1 additions and 0 deletions
|
|
@ -3527,6 +3527,7 @@ MODULA3():
|
|||
|
||||
m3wrap_impl.enterBlock(no_block);
|
||||
if (proxy_flag && global_variable_flag) {
|
||||
setter_flag = (Cmp(Getattr(n, "sym:name"), Swig_name_set(NSPACE_TODO, variable_name)) == 0);
|
||||
// Properties
|
||||
if (setter_flag) {
|
||||
// Setter method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue