]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Make code compatible with swig 4.0, remove obj0 instances
authorStefanBruens <stefan.bruens@rwth-aachen.de>
Mon, 12 Aug 2019 22:27:42 +0000 (00:27 +0200)
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>
Tue, 13 Aug 2019 07:48:53 +0000 (09:48 +0200)
commit5410dd13ed2df232b32cd229b31e4bdaf5eb7af2
treec54057c6613b926a1ccad20bc6ddb6987422252e
parent9bb2290c5e88648697ddbe011a2134eecd3cc9ee
Make code compatible with swig 4.0, remove obj0 instances

The deprecated "-aliasobj0" option was removed in swig 4.0, and
obj0, which was only meant as a porting helper, is no longer available:
https://github.com/swig/swig/commit/cd8fc0a025fb
Use the correct "$self" notation, which is expanded to the correct
code regardless of swig version and options.
bindings/solv.i