From d3f2b889f444962c7cdb55406c4c5e3172d77ccf Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 27 Dec 2005 22:01:39 +0000 Subject: [PATCH] add the null reference error git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8092 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/swigerrors.swg | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/swigerrors.swg b/Lib/swigerrors.swg index 5b44a2229..32857c498 100644 --- a/Lib/swigerrors.swg +++ b/Lib/swigerrors.swg @@ -11,5 +11,6 @@ #define SWIG_SystemError -10 #define SWIG_AttributeError -11 #define SWIG_MemoryError -12 +#define SWIG_NullReferenceError -13