From ba3efb09176587cdff2db4b06821a2bbae65d423 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 20 Oct 2005 09:47:56 +0000 Subject: finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7692 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/swiglabels.swg | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'Lib/swiglabels.swg') diff --git a/Lib/swiglabels.swg b/Lib/swiglabels.swg index 7af5ed637..aaeac5d5f 100644 --- a/Lib/swiglabels.swg +++ b/Lib/swiglabels.swg @@ -69,19 +69,3 @@ #endif -/* Error labels */ -#define SWIG_OK 0 -#define SWIG_ERROR -1 - -#define SWIG_MemoryError 1 -#define SWIG_IOError 2 -#define SWIG_RuntimeError 3 -#define SWIG_IndexError 4 -#define SWIG_TypeError 5 -#define SWIG_DivisionByZero 6 -#define SWIG_OverflowError 7 -#define SWIG_SyntaxError 8 -#define SWIG_ValueError 9 -#define SWIG_SystemError 10 -#define SWIG_AttributeError 11 -#define SWIG_UnknownError 99 -- cgit v1.2.1