Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7707 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-10-24 14:59:05 +00:00
commit f2f1b9889f
112 changed files with 3262 additions and 3375 deletions

View file

@ -456,3 +456,6 @@ li_implicit.py
director_wstring.py
immutable.py
inherit.py
empty.py
virtual_derivation.py
langobj.py

View file

@ -0,0 +1,7 @@
from langobj import *
x ="hello"
if identity(x) != x:
raise RuntimeError