update for rename of FunctionProtoType accessors from 'Arg' to 'Param'
commit0595033e1a811ae15b2d675190d544a3e73383b2
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Feb 2014 22:30:28 +0000 (6 23:30 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 7 Feb 2014 13:47:21 +0000 (7 14:47 +0100)
tree7674fd70d4dfa46731d6d5d6552a786cc038fe26
parentc2913a522563c10818ea6a67d76f4efd345b1ffc
update for rename of FunctionProtoType accessors from 'Arg' to 'Param'

We usually use the new name in the code and map that to the old name
for older versions, but in this case, the new method name is also
used in other objects and those names should not be mapped to the old name.
It is therefore easier to keep using the old name and to map that to
the new name.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac
interface/python.cc