This website requires JavaScript.
Explore
Help
Sign In
XS-MLVP
/
swig
mirror of
https://github.com/swig/swig
Watch
5
Star
0
Fork
You've already forked swig
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2450c4b108
swig
/
Examples
/
test-suite
/
constructor_rename.i
13 lines
132 B
OpenEdge ABL
Raw
Blame
History
%
m
o
d
u
l
e
c
o
n
s
t
r
u
c
t
o
r
_
r
e
n
a
m
e
%
{
s
t
r
u
c
t
F
o
o
{
F
o
o
(
)
{
}
}
;
%
}
s
t
r
u
c
t
F
o
o
{
%
r
e
n
a
m
e
(
R
e
n
a
m
e
d
C
o
n
s
t
r
u
c
t
o
r
)
F
o
o
(
)
;
F
o
o
(
)
{
}
}
;
Reference in New Issue
View Git Blame
Copy Permalink